Skip to content

Commit

Permalink
Set 2.3 SWIFT_VERSION build setting
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSundell committed Sep 12, 2016
1 parent 73a4e02 commit fd6b32f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Unbox.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,11 @@
TargetAttributes = {
52D6D97B1BEFF229002C0205 = {
CreatedOnToolsVersion = 7.1;
LastSwiftMigration = 0800;
};
52D6D9851BEFF229002C0205 = {
CreatedOnToolsVersion = 7.1;
LastSwiftMigration = 0800;
};
52D6D9E11BEFFF6E002C0205 = {
CreatedOnToolsVersion = 7.1;
Expand Down Expand Up @@ -617,6 +619,7 @@
PRODUCT_NAME = Unbox;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 2.3;
};
name = Debug;
};
Expand All @@ -636,6 +639,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.unbox.Unbox-iOS";
PRODUCT_NAME = Unbox;
SKIP_INSTALL = YES;
SWIFT_VERSION = 2.3;
};
name = Release;
};
Expand All @@ -648,6 +652,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.unbox.Unbox-iOS-Tests";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 2.3;
};
name = Debug;
};
Expand All @@ -659,6 +664,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.unbox.Unbox-iOS-Tests";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 2.3;
};
name = Release;
};
Expand Down

0 comments on commit fd6b32f

Please sign in to comment.