Skip to content

Commit d255c18

Browse files
committed
Updated the swift version.
1 parent 70f3eb7 commit d255c18

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

SwiftCSVExport.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@
445445
SDKROOT = iphoneos;
446446
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
447447
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
448+
SWIFT_VERSION = 3.0;
448449
TARGETED_DEVICE_FAMILY = "1,2";
449450
VERSIONING_SYSTEM = "apple-generic";
450451
VERSION_INFO_PREFIX = "";
@@ -498,6 +499,7 @@
498499
MTL_ENABLE_DEBUG_INFO = NO;
499500
SDKROOT = iphoneos;
500501
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
502+
SWIFT_VERSION = 3.0;
501503
TARGETED_DEVICE_FAMILY = "1,2";
502504
VALIDATE_PRODUCT = YES;
503505
VERSIONING_SYSTEM = "apple-generic";
@@ -526,7 +528,7 @@
526528
SKIP_INSTALL = YES;
527529
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
528530
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
529-
SWIFT_VERSION = 4.0;
531+
SWIFT_VERSION = 3.0;
530532
};
531533
name = Debug;
532534
};
@@ -550,7 +552,7 @@
550552
PRODUCT_NAME = "$(TARGET_NAME)";
551553
SKIP_INSTALL = YES;
552554
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
553-
SWIFT_VERSION = 4.0;
555+
SWIFT_VERSION = 3.0;
554556
};
555557
name = Release;
556558
};

0 commit comments

Comments
 (0)