2018-08-11 07:34:46 +00:00
|
|
|
// Developer.xcconfig
|
|
|
|
|
|
|
|
// You Apple developer account's Team ID
|
|
|
|
DEVELOPMENT_TEAM = <team_id>
|
2018-08-12 18:40:02 +00:00
|
|
|
|
2019-02-03 12:47:42 +00:00
|
|
|
// The bundle identifier of the apps.
|
2018-08-12 19:12:16 +00:00
|
|
|
// Should be an app id created at developer.apple.com
|
|
|
|
// with Network Extensions capabilty.
|
2018-11-21 14:05:47 +00:00
|
|
|
APP_ID_IOS = <app_id>
|
2019-02-03 12:47:42 +00:00
|
|
|
APP_ID_MACOS = <app_id>
|