Skip to content

Commit 9530dc2

Browse files
committed
Specify Swift version without patch (fix fdzsergio#16)
1 parent 9404f30 commit 9530dc2

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.swift-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1
1+
3.0

Example/Example.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
ONLY_ACTIVE_ARCH = YES;
363363
SDKROOT = iphoneos;
364364
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
365-
SWIFT_VERSION = 3.0.1;
365+
SWIFT_VERSION = 3.0;
366366
TARGETED_DEVICE_FAMILY = "1,2";
367367
};
368368
name = Debug;
@@ -402,7 +402,7 @@
402402
MTL_ENABLE_DEBUG_INFO = NO;
403403
SDKROOT = iphoneos;
404404
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
405-
SWIFT_VERSION = 3.0.1;
405+
SWIFT_VERSION = 3.0;
406406
TARGETED_DEVICE_FAMILY = "1,2";
407407
VALIDATE_PRODUCT = YES;
408408
};

SFFocusViewLayout.xcodeproj/project.pbxproj

-2
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@
295295
ONLY_ACTIVE_ARCH = YES;
296296
SDKROOT = iphoneos;
297297
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
298-
SWIFT_VERSION = 3.0.1;
299298
TARGETED_DEVICE_FAMILY = "1,2";
300299
};
301300
name = Debug;
@@ -336,7 +335,6 @@
336335
MTL_ENABLE_DEBUG_INFO = NO;
337336
SDKROOT = iphoneos;
338337
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
339-
SWIFT_VERSION = 3.0.1;
340338
TARGETED_DEVICE_FAMILY = "1,2";
341339
VALIDATE_PRODUCT = YES;
342340
};

0 commit comments

Comments
 (0)