mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-18 19:23:43 +01:00
[xcconfig]: move out PRODUCT_BUNDLE_IDENTIFIER[config=Debug] from build.xcconfig into CodeSigning template
This commit is contained in:
@@ -16,11 +16,8 @@ ORG_PREFIX = $(ORG_IDENTIFIER)
|
|||||||
PRODUCT_NAME = SideStore
|
PRODUCT_NAME = SideStore
|
||||||
//PRODUCT_NAME[configuration=Debug] = Prov Debug
|
//PRODUCT_NAME[configuration=Debug] = Prov Debug
|
||||||
|
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = $(ORG_PREFIX).SideStore
|
PRODUCT_BUNDLE_IDENTIFIER[config=Debug] = $(ORG_PREFIX).SideStore$(DEBUG_BUNDLE_ID_SUFFIX)
|
||||||
// add team ID to bundle ID for debug builds since these will most likely be installed via Xcode
|
PRODUCT_BUNDLE_IDENTIFIER[config=Release] = $(ORG_PREFIX).SideStore
|
||||||
// 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
|
|
||||||
PRODUCT_BUNDLE_IDENTIFIER[config=Debug] = $(ORG_PREFIX).SideStore.$(DEVELOPMENT_TEAM)
|
|
||||||
|
|
||||||
EXTENSION_PREFIX = $(PRODUCT_BUNDLE_IDENTIFIER)
|
EXTENSION_PREFIX = $(PRODUCT_BUNDLE_IDENTIFIER)
|
||||||
APP_GROUP_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER)
|
APP_GROUP_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER)
|
||||||
|
|||||||
@@ -10,6 +10,11 @@ DEVELOPMENT_TEAM = XYZ0123456
|
|||||||
// - com.myuniquename.provenance.topshelf
|
// - com.myuniquename.provenance.topshelf
|
||||||
ORG_IDENTIFIER = com.myuniquename
|
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)
|
||||||
|
|
||||||
// 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