[xcconfig]: corrected the variable from DEBUG_BUNDLE_ID_SUFFIX to BUNDLE_ID_SUFFIX

This commit is contained in:
Magesh K
2024-12-27 18:48:03 +05:30
parent 3f959f111c
commit e3d08ebf16

View File

@@ -13,7 +13,7 @@ ORG_IDENTIFIER = com.myuniquename
// add team ID to bundle ID for debug builds since these will most likely be installed via Xcode
// SideStore will expect the team ID to be at the end of the bundle ID, but this doesn't happen when we install via Xcode
// we don't want to do this for release since those builds will most likely be installed via SideServer, which adds the team ID
DEBUG_BUNDLE_ID_SUFFIX = .$(DEVELOPMENT_TEAM)
BUNDLE_ID_SUFFIX = .$(DEVELOPMENT_TEAM)
// Set to YES if you have a valid paid Apple Developer account
DEVELOPER_ACCOUNT_PAID = NO