aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Config/Developer.xcconfig.template
blob: f34b145f46ca2116bcf2f4c51ed6502ecb4f7312 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// 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>