2022-06-07 05:20:24 -04:00
|
|
|
// Configuration settings file format documentation can be found at:
|
|
|
|
|
// https://help.apple.com/xcode/#/dev745c5c974
|
|
|
|
|
|
2025-04-08 23:37:25 -07:00
|
|
|
MARKETING_VERSION = 0.6.2
|
|
|
|
|
CURRENT_PROJECT_VERSION = 0602
|
2022-06-07 05:20:24 -04:00
|
|
|
|
|
|
|
|
// Vars to be overwritten by `CodeSigning.xcconfig` if exists
|
|
|
|
|
DEVELOPMENT_TEAM = S32Z3HMYVQ
|
2022-11-17 17:07:48 -08:00
|
|
|
ORG_IDENTIFIER = com.SideStore
|
2022-06-07 05:20:24 -04:00
|
|
|
|
|
|
|
|
// 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
|
|
|
|
|
|
2025-01-08 05:23:13 +05:30
|
|
|
|
2024-12-24 23:10:57 +05:30
|
|
|
//PRODUCT_BUNDLE_IDENTIFIER[config=Debug] = $(ORG_PREFIX).SideStore$(BUNDLE_ID_SUFFIX)
|
|
|
|
|
//PRODUCT_BUNDLE_IDENTIFIER[config=Release] = $(ORG_PREFIX).SideStore
|
2025-01-08 05:23:13 +05:30
|
|
|
// preserve unmodified bundle ID (without any extra suffixes)
|
|
|
|
|
GROUP_ID = $(ORG_PREFIX).SideStore$(BUNDLE_ID_SUFFIX)
|
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = $(GROUP_ID)
|
2022-06-07 05:20:24 -04:00
|
|
|
|
2023-04-01 16:02:12 -07:00
|
|
|
EXTENSION_PREFIX = $(PRODUCT_BUNDLE_IDENTIFIER)
|
2025-01-08 05:23:13 +05:30
|
|
|
APP_GROUP_IDENTIFIER = $(GROUP_ID)
|
2022-06-07 05:20:24 -04:00
|
|
|
ICLOUD_CONTAINER_IDENTIFIER = iCloud.$(ORG_PREFIX).$(PROJECT_NAME)
|
2024-12-08 18:20:33 +05:30
|
|
|
|
|
|
|
|
// Suppress noise from os activity in xcode console log for release builds
|
|
|
|
|
DEBUG_ACTIVITY_MODE = disable
|
2024-12-13 15:13:12 +05:30
|
|
|
|
|
|
|
|
// Mute warnings about duplicate classes in AuthKit and AuthUIKit
|
|
|
|
|
DEBUG_DUPLICATE_CLASSES = NO
|