Config: Add template for macOS key

This commit is contained in:
Jason A. Donenfeld 2019-02-03 13:47:42 +01:00
parent c392ed13d6
commit fc63aa7c17
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
// You Apple developer account's Team ID
DEVELOPMENT_TEAM = <team_id>
// The bundle identifier of the iOS app.
// The bundle identifier of the apps.
// Should be an app id created at developer.apple.com
// with Network Extensions capabilty.
APP_ID_IOS = <app_id>
APP_ID_MACOS = <app_id>