mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
11 lines
477 B
Plaintext
11 lines
477 B
Plaintext
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
|
|
#include "Generated.xcconfig"
|
|
|
|
// Defaults for the iOS Release build. Internal/custom builds (e.g. an
|
|
// enterprise-signed distribution) override these without patching tracked
|
|
// files by writing `mobile/ios/Flutter/AppOverrides.xcconfig` (gitignored).
|
|
BUNDLE_IDENTIFIER = com.sprout.sproutMobile
|
|
CODE_SIGN_STYLE = Automatic
|
|
CODE_SIGN_IDENTITY = iPhone Developer
|
|
#include? "AppOverrides.xcconfig"
|