2026-04-14 10:44:54 -07:00
|
|
|
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
|
2026-04-13 09:55:14 -07:00
|
|
|
#include "Generated.xcconfig"
|
2026-04-17 13:41:39 -04:00
|
|
|
|
|
|
|
|
// Default app bundle identifier. Internal/custom builds can override this
|
|
|
|
|
// without patching tracked files by writing
|
|
|
|
|
// `mobile/ios/Flutter/AppOverrides.xcconfig` containing
|
|
|
|
|
// `BUNDLE_IDENTIFIER = your.app.id` (gitignored).
|
2026-06-10 13:38:11 -07:00
|
|
|
BUNDLE_IDENTIFIER = com.buzz.buzzMobile
|
2026-07-26 13:47:35 -07:00
|
|
|
APP_DISPLAY_NAME = Buzz
|
|
|
|
|
|
|
|
|
|
// Worktree-aware debug identity (gitignored, written by
|
|
|
|
|
// scripts/mobile-worktree-overrides.sh): a per-worktree bundle identifier
|
|
|
|
|
// and a branch-labelled display name so debug builds from multiple worktrees
|
|
|
|
|
// install side by side. Release and Profile builds never include it.
|
|
|
|
|
#include? "WorktreeOverrides.xcconfig"
|
|
|
|
|
|
|
|
|
|
// Developer app-specific overrides are included last: xcconfig
|
|
|
|
|
// later-include-wins is per variable, so a personal BUNDLE_IDENTIFIER for
|
|
|
|
|
// device signing beats the worktree default while unset variables still
|
|
|
|
|
// fall through to the worktree values.
|
2026-04-17 13:41:39 -04:00
|
|
|
#include? "AppOverrides.xcconfig"
|