11 lines
475 B
Plaintext
11 lines
475 B
Plaintext
// prod 环境。由 Xcode 里名为 "Debug-prod" / "Release-prod" / "Profile-prod"
|
|
// 的 Build Configuration include 进来(手工步骤见 ios/FLAVORS.md)。
|
|
//
|
|
// 这里只放**环境差异**,公共配置留在 Generated.xcconfig / Debug.xcconfig。
|
|
|
|
BUNDLE_ID_SUFFIX=
|
|
APP_DISPLAY_NAME=大陆马门店
|
|
|
|
// 包名不覆盖、只加后缀——和 Android 的 applicationIdSuffix 保持同一套规则。
|
|
PRODUCT_BUNDLE_IDENTIFIER=com.conti.retail$(BUNDLE_ID_SUFFIX)
|