Skip to content

Commit

Permalink
Update Xcode version for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kried committed Jul 3, 2023
1 parent bbfe2df commit bc5fa5d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ jobs:

spm-core-integration-test-job:
macos:
xcode: "13.0.0"
xcode: "13.3.1"
steps:
- checkout
- *prepare-netrc-file
Expand All @@ -666,7 +666,7 @@ jobs:

spm-ui-integration-test-job:
macos:
xcode: "13.2.1"
xcode: "13.3.1"
steps:
- checkout
- install-bash5
Expand All @@ -682,7 +682,7 @@ jobs:
parameters:
xcode:
type: string
default: "13.0.0"
default: "13.3.1"
macos:
xcode: << parameters.xcode >>
environment:
Expand Down Expand Up @@ -819,7 +819,7 @@ workflows:
context: Slack Orb
notify_success: true
- spm-ui-integration-test-job:
name: "Xcode 13.2.1; SPM UI test"
name: "Xcode 13.3.1; SPM UI test"
triggers:
- schedule:
cron: "0 0 * * *" # Once per day at 00:00
Expand Down Expand Up @@ -860,9 +860,9 @@ workflows:
codecoverage: false
context: Slack Orb
- build-job:
name: "Xcode_13.2.1_iOS_15.2_SPM_Debug"
xcode: "13.2.1"
iOS: "15.2"
name: "Xcode_13.3.1_iOS_15.2_SPM_Debug"
xcode: "13.3.1"
iOS: "15.4"
device: "iPhone 13 Pro Max"
spm: true
codecoverage: true
Expand All @@ -876,8 +876,8 @@ workflows:
context: Slack Orb
configuration: "Release"
- build-job:
name: "Xcode_13.2.1_iOS_15.2_SPM_Release"
xcode: "13.2.1"
name: "Xcode_13.3.1_iOS_15.2_SPM_Release"
xcode: "13.3.1"
iOS: "15.2"
device: "iPhone 13 Pro Max"
spm: true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Get up and running in a few minutes with our drop-in turn-by-turn navigation `Na

## Requirements

The Mapbox Navigation SDK and Core Navigation are compatible with applications written in Swift 5.5 in Xcode 13.1 and above. The Mapbox Navigation and Mapbox Core Navigation frameworks run on iOS 12.0 and above.
The Mapbox Navigation SDK and Core Navigation are compatible with applications written in Swift 5.5 in Xcode 13.3 and above. The Mapbox Navigation and Mapbox Core Navigation frameworks run on iOS 12.0 and above.

The Mapbox Navigation SDK is also available [for Android](https://github.com/mapbox/mapbox-navigation-android/).

Expand Down

0 comments on commit bc5fa5d

Please sign in to comment.