Skip to content

Commit 0d0d38a

Browse files
authored
Merge pull request #234 from mapbox/sapial/bump-ios-version/0
Bump iOS deployment target to 14.0
2 parents 8960bfc + 762993d commit 0d0d38a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MapboxCoreMaps.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |m|
1616
m.source = { http: "https://api.mapbox.com/downloads/v2/mobile-maps-core/releases/ios/packages/#{version.to_s}/MapboxCoreMaps.xcframework-dynamic.zip" }
1717

1818
m.platform = :ios
19-
m.ios.deployment_target = '12.0'
19+
m.ios.deployment_target = '14.0'
2020
m.swift_version = '5.7'
2121

2222
m.requires_arc = true

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let checksum = "4eeb07fea4a6bacc2772346741a69032079f88bf12c320cab3956f2b462d76dd
99

1010
let package = Package(
1111
name: "MapboxCoreMaps",
12-
platforms: [.iOS(.v12), .macOS(.v10_15), .custom("visionos", versionString: "1.0")],
12+
platforms: [.iOS(.v14), .macOS(.v10_15), .custom("visionos", versionString: "1.0")],
1313
products: [
1414
.library(
1515
name: "MapboxCoreMaps",

0 commit comments

Comments
 (0)