Switch to manual signing configuration via a Config.xcconfig file to reduce interference from different developers.

This commit is contained in:
Benjamin Erhart 2026-05-29 17:44:01 +02:00
parent 23952582e6
commit d3b94aff2c
2 changed files with 35 additions and 22 deletions

17
Config.xcconfig Normal file
View file

@ -0,0 +1,17 @@
// Avoid accidental checkins:
// git update-index --skip-worktree Config.xcconfig
// git update-index --no-skip-worktree Config.xcconfig
DEVELOPMENT_TEAM[config=Debug] =
APP_PRODUCT_BUNDLE_IDENTIFIER[config=Debug] =
APP_PROVISIONING_PROFILE_SPECIFIER[config=Debug] =
STICKERS_PRODUCT_BUNDLE_IDENTIFIER[config=Debug] =
STICKERS_PROVISIONING_PROFILE_SPECIFIER[config=Debug] =
DEVELOPMENT_TEAM[config=Release] =
APP_PRODUCT_BUNDLE_IDENTIFIER[config=Release] = uk.sr2.dns
APP_PROVISIONING_PROFILE_SPECIFIER[config=Release] =
STICKERS_PRODUCT_BUNDLE_IDENTIFIER[config=Release] = uk.sr2.dns.Stickers
STICKERS_PROVISIONING_PROFILE_SPECIFIER[config=Release] =