Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #14 from KitchenStories/swift4
Browse files Browse the repository at this point in the history
set swift language version to 4
  • Loading branch information
Broich authored Feb 28, 2018
2 parents 69dc532 + 49b78a0 commit 4544d91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Example/Elissa.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
};
name = Debug;
};
Expand Down Expand Up @@ -493,6 +494,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 4.0;
VALIDATE_PRODUCT = YES;
};
name = Release;
Expand Down

0 comments on commit 4544d91

Please sign in to comment.