Skip to content

Commit

Permalink
Merge pull request #11 from sgrouples/Xcode_10.2
Browse files Browse the repository at this point in the history
Updated project file to use Swift 4.0 as default
  • Loading branch information
repo-ranger[bot] authored Apr 2, 2019
2 parents c7cb4bf + d50cf77 commit 6af1143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PMKStoreKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvsimulator appletvos macosx";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2,3,4";
TVOS_DEPLOYMENT_TARGET = 9.0;
VERSIONING_SYSTEM = "apple-generic";
Expand Down Expand Up @@ -369,7 +369,7 @@
PRODUCT_BUNDLE_IDENTIFIER = org.promisekit.StoreKit;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvsimulator appletvos macosx";
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2,3,4";
TVOS_DEPLOYMENT_TARGET = 9.0;
VALIDATE_PRODUCT = YES;
Expand Down

0 comments on commit 6af1143

Please sign in to comment.