Skip to content

Commit a0ffc4d

Browse files
Merge pull request #199 from pvzig/stable
Set `SWIFT_VERSION = 2.3` for all targets
2 parents 2fe558c + 1d568cf commit a0ffc4d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

XCode/Swifter.xcodeproj/project.pbxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
0858E7F51D68BB2600491CD1 /* IOSafetyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0858E7F31D68BB2600491CD1 /* IOSafetyTests.swift */; };
1212
0858E7F81D68BC2600491CD1 /* PingServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0858E7F61D68BC2600491CD1 /* PingServer.swift */; };
1313
0858E7F91D68BC2600491CD1 /* PingServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0858E7F61D68BC2600491CD1 /* PingServer.swift */; };
14+
2659FC1A1DADC077003F3930 /* String+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C377E161D964B6A009C6148 /* String+File.swift */; };
1415
269B47881D3AAAE20042D137 /* HttpResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6EF1D2C44F30030FC98 /* HttpResponse.swift */; };
1516
269B47891D3AAAE20042D137 /* Scopes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F41D2C44F30030FC98 /* Scopes.swift */; };
1617
269B478A1D3AAAE20042D137 /* Process.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F31D2C44F30030FC98 /* Process.swift */; };
@@ -668,6 +669,7 @@
668669
269B47931D3AAAE20042D137 /* Socket.swift in Sources */,
669670
269B47941D3AAAE20042D137 /* HttpServerIO.swift in Sources */,
670671
269B47951D3AAAE20042D137 /* Files.swift in Sources */,
672+
2659FC1A1DADC077003F3930 /* String+File.swift in Sources */,
671673
269B47961D3AAAE20042D137 /* HttpRouter.swift in Sources */,
672674
269B47971D3AAAE20042D137 /* String+SHA1.swift in Sources */,
673675
7C458EFE1D4A7526006A68E5 /* Socket+Server.swift in Sources */,
@@ -840,6 +842,7 @@
840842
PRODUCT_NAME = Swifter;
841843
SDKROOT = appletvos;
842844
SKIP_INSTALL = YES;
845+
SWIFT_VERSION = 3.0;
843846
TARGETED_DEVICE_FAMILY = 3;
844847
TVOS_DEPLOYMENT_TARGET = 9.0;
845848
VERSIONING_SYSTEM = "apple-generic";
@@ -867,6 +870,7 @@
867870
PRODUCT_NAME = Swifter;
868871
SDKROOT = appletvos;
869872
SKIP_INSTALL = YES;
873+
SWIFT_VERSION = 3.0;
870874
TARGETED_DEVICE_FAMILY = 3;
871875
TVOS_DEPLOYMENT_TARGET = 9.0;
872876
VERSIONING_SYSTEM = "apple-generic";
@@ -894,6 +898,7 @@
894898
PRODUCT_NAME = Swifter;
895899
SDKROOT = iphoneos;
896900
SKIP_INSTALL = YES;
901+
SWIFT_VERSION = 3.0;
897902
VERSIONING_SYSTEM = "apple-generic";
898903
VERSION_INFO_PREFIX = "";
899904
};
@@ -920,6 +925,7 @@
920925
PRODUCT_NAME = Swifter;
921926
SDKROOT = iphoneos;
922927
SKIP_INSTALL = YES;
928+
SWIFT_VERSION = 3.0;
923929
VERSIONING_SYSTEM = "apple-generic";
924930
VERSION_INFO_PREFIX = "";
925931
};
@@ -947,6 +953,7 @@
947953
PRODUCT_NAME = Swifter;
948954
SDKROOT = macosx;
949955
SKIP_INSTALL = YES;
956+
SWIFT_VERSION = 3.0;
950957
VERSIONING_SYSTEM = "apple-generic";
951958
VERSION_INFO_PREFIX = "";
952959
};
@@ -975,6 +982,7 @@
975982
PRODUCT_NAME = Swifter;
976983
SDKROOT = macosx;
977984
SKIP_INSTALL = YES;
985+
SWIFT_VERSION = 3.0;
978986
VERSIONING_SYSTEM = "apple-generic";
979987
VERSION_INFO_PREFIX = "";
980988
};

0 commit comments

Comments
 (0)