Skip to content

Commit

Permalink
Update project settings to be compatible with Xcode 8 and Swift 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
modzelewski committed Sep 22, 2016
1 parent dd6225f commit e3214a2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Pods/Pods.xcodeproj/xcuserdata
TRX.xcodeproj/xcuserdata
TRX.xcworkspace/xcuserdata
9 changes: 9 additions & 0 deletions TRX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -529,12 +529,15 @@
TargetAttributes = {
663E81401D45FC6F00130EB5 = {
CreatedOnToolsVersion = 7.3.1;
LastSwiftMigration = 0800;
};
667AEFA11D460530004E291C = {
CreatedOnToolsVersion = 7.3.1;
LastSwiftMigration = 0800;
};
667AEFD21D460A7D004E291C = {
CreatedOnToolsVersion = 7.3.1;
LastSwiftMigration = 0800;
};
};
};
Expand Down Expand Up @@ -792,6 +795,7 @@
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 2.3;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand Down Expand Up @@ -844,6 +848,7 @@
PRODUCT_NAME = TRX;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_VERSION = 2.3;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
Expand Down Expand Up @@ -903,6 +908,7 @@
SDKROOT = appletvos;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 2.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
VERSIONING_SYSTEM = "apple-generic";
Expand Down Expand Up @@ -954,6 +960,7 @@
PRODUCT_NAME = TRX;
SDKROOT = appletvos;
SKIP_INSTALL = YES;
SWIFT_VERSION = 2.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
VALIDATE_PRODUCT = YES;
Expand Down Expand Up @@ -1009,6 +1016,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 2.3;
};
name = Debug;
};
Expand Down Expand Up @@ -1051,6 +1059,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.trx.TRXTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SWIFT_VERSION = 2.3;
VALIDATE_PRODUCT = YES;
};
name = Release;
Expand Down

0 comments on commit e3214a2

Please sign in to comment.