Skip to content

Commit

Permalink
Merge pull request #84 from prolificinteractive/swift_2.3
Browse files Browse the repository at this point in the history
Adds Swift 2.3 support.
  • Loading branch information
DannyVancura authored Oct 18, 2016
2 parents ee8f709 + 0bdd87f commit b4341b7
Show file tree
Hide file tree
Showing 4 changed files with 1,255 additions and 591 deletions.
6 changes: 6 additions & 0 deletions Caishen.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,11 @@
TargetAttributes = {
2FDD150F1CC7B0B90086CEAC = {
CreatedOnToolsVersion = 7.3;
LastSwiftMigration = 0800;
};
2FDD15191CC7B0B90086CEAC = {
CreatedOnToolsVersion = 7.3;
LastSwiftMigration = 0800;
};
};
};
Expand Down Expand Up @@ -582,6 +584,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.prolificinteractive.Caishen;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 2.3;
};
name = Debug;
};
Expand All @@ -598,6 +601,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.prolificinteractive.Caishen;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 2.3;
};
name = Release;
};
Expand All @@ -608,6 +612,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.prolificinteractive.CaishenTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 2.3;
};
name = Debug;
};
Expand All @@ -618,6 +623,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.prolificinteractive.CaishenTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 2.3;
};
name = Release;
};
Expand Down
Loading

0 comments on commit b4341b7

Please sign in to comment.