aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard.xcodeproj
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.xcodeproj
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.xcodeproj')
-rw-r--r--WireGuard/WireGuard.xcodeproj/project.pbxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/WireGuard/WireGuard.xcodeproj/project.pbxproj b/WireGuard/WireGuard.xcodeproj/project.pbxproj
index 2e8a9c8..97c5d56 100644
--- a/WireGuard/WireGuard.xcodeproj/project.pbxproj
+++ b/WireGuard/WireGuard.xcodeproj/project.pbxproj
@@ -22,6 +22,7 @@
6FF4AC1E211EC472002C96EB /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
6FF4AC21211EC472002C96EB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
6FF4AC23211EC472002C96EB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
+ 6FF4AC2B211EC776002C96EB /* Developer.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Developer.xcconfig; path = Config/Developer.xcconfig; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -60,6 +61,7 @@
6FF4AC1E211EC472002C96EB /* Assets.xcassets */,
6FF4AC20211EC472002C96EB /* LaunchScreen.storyboard */,
6FF4AC23211EC472002C96EB /* Info.plist */,
+ 6FF4AC2B211EC776002C96EB /* Developer.xcconfig */,
);
path = WireGuard;
sourceTree = "<group>";
@@ -164,6 +166,7 @@
/* Begin XCBuildConfiguration section */
6FF4AC24211EC472002C96EB /* Debug */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = 6FF4AC2B211EC776002C96EB /* Developer.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
@@ -224,6 +227,7 @@
};
6FF4AC25211EC472002C96EB /* Release */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = 6FF4AC2B211EC776002C96EB /* Developer.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;