Skip to content

Commit

Permalink
Fixed project settings for test project
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyVancura committed Oct 3, 2017
1 parent eafd09c commit 4d68655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Caishen.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.prolificinteractive.Caishen;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
SWIFT_VERSION = 4.0;
};
name = Debug;
};
Expand All @@ -608,7 +608,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0;
SWIFT_VERSION = 4.0;
};
name = Release;
};
Expand Down

0 comments on commit 4d68655

Please sign in to comment.