mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-02-15 12:22:01 +00:00
11 lines
270 B
Plaintext
11 lines
270 B
Plaintext
// Developer.xcconfig
|
|
|
|
// You Apple developer account's Team ID
|
|
DEVELOPMENT_TEAM = <team_id>
|
|
|
|
// 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>
|