mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-24 22:25:18 +00:00
9 lines
347 B
Plaintext
9 lines
347 B
Plaintext
// Your Apple Developer Team ID - https://stackoverflow.com/a/18727947
|
|
DEVELOPMENT_TEAM = ABC123
|
|
|
|
// Unique bundle id to be able to register and run locally
|
|
PRODUCT_BUNDLE_IDENTIFIER = chat.bitchat.$(DEVELOPMENT_TEAM)
|
|
|
|
// App and share extension must use an App Group registered to your team.
|
|
APP_GROUP_ID = group.chat.bitchat.$(DEVELOPMENT_TEAM)
|