Skip to content

Commit

Permalink
Require Xcode 11.7 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Sep 30, 2020
1 parent 8437da1 commit 72ab7c9
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
36 changes: 18 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
default: "13.4.1"
xcode:
type: string
default: "11.4.1"
default: "11.7.0"
lint:
type: boolean
default: false
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
parameters:
xcode:
type: string
default: "11.4.1"
default: "11.7.0"
device:
type: string
default: "iPhone 8 Plus"
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
parameters:
xcode:
type: string
default: "11.4.1"
default: "11.7.0"
macos:
xcode: << parameters.xcode >>
environment:
Expand All @@ -226,7 +226,7 @@ jobs:
parameters:
xcode:
type: string
default: "11.4.1"
default: "11.7.0"
macos:
xcode: << parameters.xcode >>
environment:
Expand All @@ -244,18 +244,18 @@ workflows:
test: false
device: "iPhone 8 Plus"
- build-job:
name: "Xcode_11.5_iOS_13.5"
xcode: "11.5.0"
iOS: "13.5"
name: "Xcode_11.7_iOS_13.7"
xcode: "11.7.0"
iOS: "13.7"
device: "iPhone 8 Plus"
- build-job:
name: "Xcode_11.4.1_iOS_12.2"
xcode: "11.4.1"
iOS: "12.2"
name: "Xcode_11.7_iOS_12.4"
xcode: "11.7.0"
iOS: "12.4"
codecoverage: true
- build-job:
name: "Xcode_11.4.1_iOS_10.3.1"
xcode: "11.4.1"
name: "Xcode_11.7_iOS_10.3.1"
xcode: "11.7.0"
iOS: "10.3.1"
test: false
device: "iPhone 7 Plus"
Expand All @@ -271,15 +271,15 @@ workflows:
iOS: "14.0"
lint: true
- pod-job:
name: "Xcode_11.4.1_iOS_12.2_CP_install"
name: "Xcode_11.7_iOS_12.4_CP_install"
update: false
xcode: "11.4.1"
iOS: "12.2"
xcode: "11.7.0"
iOS: "12.4"
- pod-job:
name: "Xcode_11.4.1_iOS_12.2_CP_update"
name: "Xcode_11.7_iOS_12.4_CP_update"
update: true
xcode: "11.4.1"
iOS: "12.2"
xcode: "11.7.0"
iOS: "12.4"
lint: true
- xcode-11-examples
- ios-trigger-metrics:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Carthage v0.35 or above is now required for installing this SDK if you use Carthage. ([`81a36d0`](https://github.com/mapbox/mapbox-navigation-ios/commit/81a36d090e8a0602b7144ee7697b7857675b496f))
* MapboxNavigation depends on Mapbox Maps SDK for iOS v6.0.0, and MapboxCoreNavigation depends on builds of MapboxNavigationNative and MapboxCommon that require authentication. Before CocoaPods or Carthage can download Mapbox.framework, MapboxNavigationNative.framework, and MapboxCommon.framework, you need to create a special-purpose access token. See [the updated installation instructions in the readme](./README.md#installing-the-latest-prerelease) for more details. ([#2437](https://github.com/mapbox/mapbox-navigation-ios/pull/2437), [#2477](https://github.com/mapbox/mapbox-navigation-ios/pull/2477))
* If you install this SDK using Carthage, you need to also add MapboxCommon.framework to your application target’s Embed Frameworks build phase. ([#2477](https://github.com/mapbox/mapbox-navigation-ios/pull/2477))
* Xcode 11.4.1 or above is now required for building this SDK from source. ([#2417](https://github.com/mapbox/mapbox-navigation-ios/pull/2417))
* Xcode 11.7 or above is now required for building this SDK from source. ([#2417](https://github.com/mapbox/mapbox-navigation-ios/pull/2417), [#2667](https://github.com/mapbox/mapbox-navigation-ios/pull/2667))
* By default, usage of Mapbox APIs is now [billed](https://www.mapbox.com/pricing/) together based on [monthly active users](https://docs.mapbox.com/help/glossary/monthly-active-users/) rather than individually by HTTP request. If you prefer to still use request-based billing, set the `MBXNavigationBillingMethod` key in Info.plist to `request`. ([#2405](https://github.com/mapbox/mapbox-navigation-ios/pull/2405))
* Added Greek and Turkish localizations. ([#2385](https://github.com/mapbox/mapbox-navigation-ios/pull/2385), [#2475](https://github.com/mapbox/mapbox-navigation-ios/pull/2475))
* Upgraded to [MapboxDirections v1.0.0](https://github.com/mapbox/mapbox-directions-swift/releases/tag/v1.0.0), [MapboxSpeech v1.0.0](https://github.com/mapbox/mapbox-speech-swift/releases/tag/v1.0.0), and [Turf v1.0.0](https://github.com/mapbox/turf-swift/releases/tag/v1.0.0). ([#2646](https://github.com/mapbox/mapbox-navigation-ios/pull/2646))
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 in Xcode 11.4.1 and above. The Mapbox Navigation and Mapbox Core Navigation frameworks run on iOS 10.0 and above.
The Mapbox Navigation SDK and Core Navigation are compatible with applications written in Swift 5 in Xcode 11.7 and above. The Mapbox Navigation and Mapbox Core Navigation frameworks run on iOS 10.0 and above.

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

Expand Down
2 changes: 1 addition & 1 deletion docs/cover.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The Mapbox Navigation SDK gives you all the tools you need to add turn-by-turn navigation to your application. It takes just a few minutes to drop a full-fledged turn-by-turn navigation view controller into your application. Or use the Core Navigation framework directly to build something truly custom.

The Mapbox Navigation SDK and Core Navigation are compatible with applications written in Swift 5 in Xcode 10.2. The Mapbox Navigation and Mapbox Core Navigation frameworks run on iOS 10.0 and above.
The Mapbox Navigation SDK and Core Navigation are compatible with applications written in Swift 5 in Xcode 11.7 and above. The Mapbox Navigation and Mapbox Core Navigation frameworks run on iOS 10.0 and above.

## Installation

Expand Down

0 comments on commit 72ab7c9

Please sign in to comment.