Files

22 lines
1007 B
Plaintext
Raw Permalink Normal View History

#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
#include "Generated.xcconfig"
// 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
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.
#include? "AppOverrides.xcconfig"