aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Config/Developer.xcconfig.template
blob: 816d47c569460701b9d1e60ae32dfc4b2a0ac653 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Developer.xcconfig

// You Apple developer account's Team ID
DEVELOPMENT_TEAM = <team_id>

// The bundle identifier of the iOS app.
// Should be an app id created at developer.apple.com
// with Network Extensions capabilty.
APP_ID_IOS = <app_id>