Skip to content

Commit ffb6c13

Browse files
committed
Bump to Swift 5
1 parent ea443fd commit ffb6c13

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2
1+
5.0

MapboxGeocoder.swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ Pod::Spec.new do |s|
4141

4242
s.requires_arc = true
4343
s.module_name = "MapboxGeocoder"
44-
s.swift_version = "4.2"
44+
s.swift_version = "5.0"
4545

4646
end

MapboxGeocoder.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,7 @@
14551455
SDKROOT = iphoneos;
14561456
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
14571457
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
1458-
SWIFT_VERSION = 4.2;
1458+
SWIFT_VERSION = 5.0;
14591459
TARGETED_DEVICE_FAMILY = "1,2";
14601460
};
14611461
name = Debug;
@@ -1507,7 +1507,7 @@
15071507
SDKROOT = iphoneos;
15081508
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
15091509
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
1510-
SWIFT_VERSION = 4.2;
1510+
SWIFT_VERSION = 5.0;
15111511
TARGETED_DEVICE_FAMILY = "1,2";
15121512
VALIDATE_PRODUCT = YES;
15131513
};

0 commit comments

Comments
 (0)