Skip to content

Commit 8feed92

Browse files
authored
Bump deployment target to 14.0 (#2396)
1 parent 09260ff commit 8feed92

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Mapbox welcomes participation and contributions from everyone.
1111

1212
* Localize geofencing attribution dialog.
1313
* Support dictionary expression literals.
14+
* Bump minimal deployment target from 12.0 to 14.0.
1415

1516
## 11.9.0 - 18 December, 2024
1617

scripts/validate-integrations/project-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ targetTemplates:
2323
sources: [ViewController.swift]
2424
platform: iOS
2525
deploymentTarget:
26-
iOS: 12.0
26+
iOS: 14.0
2727
type: application
2828
info:
2929
path: Info.plist

xcodegen/MapboxMapsTests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ targets:
4848
settings:
4949
base:
5050
PRODUCT_BUNDLE_IDENTIFIER: "com.mapbox.MapboxTests"
51-
IPHONEOS_DEPLOYMENT_TARGET: 13.0
5251
GENERATE_INFOPLIST_FILE: YES
5352
sources:
5453
- path: "../Tests/MapboxMapsTests"

xcodegen/targets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ settingGroups:
120120
deployment_settings:
121121
base:
122122
DEVELOPMENT_TEAM: GJZR2MEM28
123-
IPHONEOS_DEPLOYMENT_TARGET: 12.0
123+
IPHONEOS_DEPLOYMENT_TARGET: 14.0
124124
XROS_DEPLOYMENT_TARGET: 1.0
125125
TARGETED_DEVICE_FAMILY: 1,2,7
126126
SWIFT_VERSION: 5.9

0 commit comments

Comments
 (0)