aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Config/Developer.xcconfig.template
blob: 961699a576dc971d7905592bc435fb97fcceba5d (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 this app.
// Should be an app id created at developer.apple.com
// with Network Extensions capabilty.
APP_ID = <app_id>