Skip to content

Commit c16999c

Browse files
authored
Merge pull request #52 from nohana/disable-legacy-swift-version
disable legacy swift version
2 parents b939ab1 + 840e133 commit c16999c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NohanaImagePicker.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,7 @@
518518
ONLY_ACTIVE_ARCH = YES;
519519
SDKROOT = iphoneos;
520520
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
521+
SWIFT_VERSION = 3.0;
521522
TARGETED_DEVICE_FAMILY = "1,2";
522523
VERSIONING_SYSTEM = "apple-generic";
523524
VERSION_INFO_PREFIX = "";
@@ -562,6 +563,7 @@
562563
MTL_ENABLE_DEBUG_INFO = NO;
563564
SDKROOT = iphoneos;
564565
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
566+
SWIFT_VERSION = 3.0;
565567
TARGETED_DEVICE_FAMILY = "1,2";
566568
VALIDATE_PRODUCT = YES;
567569
VERSIONING_SYSTEM = "apple-generic";

0 commit comments

Comments
 (0)