Skip to content

Commit 2ce9e2a

Browse files
committed
Fix swift version for XCode 8.1
1 parent 3bdcebd commit 2ce9e2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PhoneNumberKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@
594594
ONLY_ACTIVE_ARCH = YES;
595595
SDKROOT = iphoneos;
596596
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
597-
SWIFT_VERSION = 3.0.1;
597+
SWIFT_VERSION = 3.0;
598598
TARGETED_DEVICE_FAMILY = "1,2";
599599
VERSIONING_SYSTEM = "apple-generic";
600600
VERSION_INFO_PREFIX = "";
@@ -640,7 +640,7 @@
640640
MTL_ENABLE_DEBUG_INFO = NO;
641641
SDKROOT = iphoneos;
642642
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
643-
SWIFT_VERSION = 3.0.1;
643+
SWIFT_VERSION = 3.0;
644644
TARGETED_DEVICE_FAMILY = "1,2";
645645
VALIDATE_PRODUCT = YES;
646646
VERSIONING_SYSTEM = "apple-generic";

0 commit comments

Comments
 (0)