Skip to content

Commit 0890794

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

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1
1+
3.0

Example/Example.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
ONLY_ACTIVE_ARCH = YES;
296296
SDKROOT = iphoneos;
297297
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
298-
SWIFT_VERSION = 3.0.1;
298+
SWIFT_VERSION = 3.0;
299299
TARGETED_DEVICE_FAMILY = "1,2";
300300
};
301301
name = Debug;
@@ -336,7 +336,7 @@
336336
MTL_ENABLE_DEBUG_INFO = NO;
337337
SDKROOT = iphoneos;
338338
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
339-
SWIFT_VERSION = 3.0.1;
339+
SWIFT_VERSION = 3.0;
340340
TARGETED_DEVICE_FAMILY = "1,2";
341341
VALIDATE_PRODUCT = YES;
342342
};

0 commit comments

Comments
 (0)