Skip to content

Commit d50cf77

Browse files
authored
Updated project file to use Swift 4.0 as default
1 parent c7cb4bf commit d50cf77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PMKStoreKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvsimulator appletvos macosx";
310310
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
311311
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
312-
SWIFT_VERSION = 3.0;
312+
SWIFT_VERSION = 4.0;
313313
TARGETED_DEVICE_FAMILY = "1,2,3,4";
314314
TVOS_DEPLOYMENT_TARGET = 9.0;
315315
VERSIONING_SYSTEM = "apple-generic";
@@ -369,7 +369,7 @@
369369
PRODUCT_BUNDLE_IDENTIFIER = org.promisekit.StoreKit;
370370
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvsimulator appletvos macosx";
371371
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
372-
SWIFT_VERSION = 3.0;
372+
SWIFT_VERSION = 4.0;
373373
TARGETED_DEVICE_FAMILY = "1,2,3,4";
374374
TVOS_DEPLOYMENT_TARGET = 9.0;
375375
VALIDATE_PRODUCT = YES;

0 commit comments

Comments
 (0)