-
-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathProject.xcconfig
More file actions
25 lines (22 loc) · 1.42 KB
/
Copy pathProject.xcconfig
File metadata and controls
25 lines (22 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// Project identity: single source of truth for the bundle identifier and the
// Apple Developer Team used to sign every target.
//
// Change APP_BUNDLE_ID here and everything derives from it:
// - PRODUCT_BUNDLE_IDENTIFIER for Agent!, AgentHelper (.helper), AgentUser (.user), AgentTests (.tests)
// - Agent.entitlements keychain-access-groups
// - Info.plist CFBundleHelpBookName (.help) and the embedded Agent.help bundle ID
// - Contents/Library/LaunchDaemons/<id>.helper.plist and LaunchAgents/<id>.user.plist
// (generated at build time from Agent/LaunchDaemons/helper.plist.template and
// Agent/LaunchAgents/user.plist.template by the "Generate launchd plists" phase)
// - Swift: AppConstants reads Bundle.main.bundleIdentifier; the helper/user tools read
// their embedded __info_plist section.
//
// Note: changing the ID also requires new provisioning profiles (release.yml) and a
// fresh SMAppService registration on machines that had the old daemon/agent installed.
APP_BUNDLE_ID = Agent.app.toddbruss
// Apple Developer Team ID used to sign every target (app, helper, user agent, tests).
// Change this to your own Team ID when building from your own developer account.
// The project file intentionally does not set DEVELOPMENT_TEAM anywhere, so this is
// the only place to edit. (CI: .github/workflows/release.yml and ExportOptions.plist
// carry their own copy for archive/export.)
DEVELOPMENT_TEAM = 469UCUB275