2022-06-07 05:20:24 -04:00
|
|
|
// Configuration settings file format documentation can be found at:
|
|
|
|
|
// https://help.apple.com/xcode/#/dev745c5c974
|
|
|
|
|
|
2022-11-15 21:23:30 -08:00
|
|
|
MARKETING_VERSION = 0.1.0
|
|
|
|
|
CURRENT_PROJECT_VERSION = 3001
|
2022-06-07 05:20:24 -04:00
|
|
|
|
|
|
|
|
// Vars to be overwritten by `CodeSigning.xcconfig` if exists
|
|
|
|
|
DEVELOPMENT_TEAM = S32Z3HMYVQ
|
|
|
|
|
ORG_IDENTIFIER = com.joemattiello
|
|
|
|
|
|
|
|
|
|
// Codesigning settings defined optionally, see `CodeSigning.xcconfig.example`
|
|
|
|
|
#include? "CodeSigning.xcconfig"
|
|
|
|
|
|
|
|
|
|
ORG_PREFIX = $(ORG_IDENTIFIER)
|
|
|
|
|
|
2022-11-05 23:50:07 -07:00
|
|
|
PRODUCT_NAME = SideStore
|
2022-06-07 05:20:24 -04:00
|
|
|
//PRODUCT_NAME[configuration=Debug] = Prov Debug
|
|
|
|
|
|
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = $(ORG_PREFIX).$(PROJECT_NAME)
|
|
|
|
|
//PRODUCT_BUNDLE_IDENTIFIER[configuration=Debug] = $(ORG_PREFIX).$(PROJECT_NAME:lower)-debug
|
|
|
|
|
|
2022-06-07 05:39:01 -04:00
|
|
|
APP_GROUP_IDENTIFIER = $(ORG_PREFIX).$(PROJECT_NAME)
|
2022-06-07 05:20:24 -04:00
|
|
|
ICLOUD_CONTAINER_IDENTIFIER = iCloud.$(ORG_PREFIX).$(PROJECT_NAME)
|