aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Config
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-08-11 13:04:46 +0530
committerRoopesh Chander <roop@roopc.net>2018-10-27 15:13:01 +0530
commitb6f4806fd6105d61ddd66557dffe2023e74e98b2 (patch)
tree73f7bbb6b9f1a7acd376b1de95b9c5e7fb2749d0 /WireGuard/WireGuard/Config
parentCreate a new project in Xcode (diff)
downloadwireguard-apple-b6f4806fd6105d61ddd66557dffe2023e74e98b2.tar.xz
wireguard-apple-b6f4806fd6105d61ddd66557dffe2023e74e98b2.zip
Move DEVELOPMENT_TEAM into an xcconfig out of the git repo
This is so that other developers can work on this codebase by copying Developer.xcconfig.template to Developer.xcconfig and setting the DEVELOPMENT_TEAM to their respective Team IDs. The Team IDs need not be checked into source control. Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuard/Config')
-rw-r--r--WireGuard/WireGuard/Config/Developer.xcconfig.template4
1 files changed, 4 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/Config/Developer.xcconfig.template b/WireGuard/WireGuard/Config/Developer.xcconfig.template
new file mode 100644
index 0000000..5feef06
--- /dev/null
+++ b/WireGuard/WireGuard/Config/Developer.xcconfig.template
@@ -0,0 +1,4 @@
+// Developer.xcconfig
+
+// You Apple developer account's Team ID
+DEVELOPMENT_TEAM = <team_id>