mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-18 19:23:43 +01:00
[xcconfig]: corrected the variable from DEBUG_BUNDLE_ID_SUFFIX to BUNDLE_ID_SUFFIX
This commit is contained in:
@@ -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
|
// 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
|
// 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
|
// 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
|
// Set to YES if you have a valid paid Apple Developer account
|
||||||
DEVELOPER_ACCOUNT_PAID = NO
|
DEVELOPER_ACCOUNT_PAID = NO
|
||||||
|
|||||||
Reference in New Issue
Block a user