Skip to content

Commit 50d0941

Browse files
committed
Document Xcode 13 as minimum Xcode version
1 parent 5af9106 commit 50d0941

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 2.7.0
44

5+
* Xcode 13.0 or above is now required to build MapboxDirections from source. ([#725](https://github.com/mapbox/mapbox-directions-swift/pull/725))
56
* Added `Waypoint.allowsSnappingToStaticallyClosedRoad` property to allow snapping the waypoint’s location to a statically (long-term) closed part of a road. ([#721](https://github.com/mapbox/mapbox-directions-swift/pull/721))
67

78
## v2.6.0

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To contribute code changes to this project, use either Carthage or Swift Package
2424

2525
### Using Carthage
2626

27-
1. Install Xcode 12 and [Carthage](https://github.com/Carthage/Carthage/) v0.38 or above.
27+
1. Install Xcode 13 and [Carthage](https://github.com/Carthage/Carthage/) v0.38 or above.
2828
1. Run `carthage bootstrap --platform all --use-xcframeworks`.
2929
1. Once the Carthage build finishes, open MapboxDirections.xcodeproj in Xcode and build the MapboxDirections Mac scheme.
3030

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ This repository contains an example application that demonstrates how to use the
4545
## System requirements
4646

4747
* One of the following package managers:
48-
* CocoaPods (CocoaPods 1.10 or above if using Xcode 12)
48+
* CocoaPods 1.10 or above
4949
* Carthage 0.38 or above
5050
* Swift Package Manager 5.3 or above
51-
* Xcode 12 or above
51+
* Xcode 13 or above
5252
* One of the following operating systems:
5353
* iOS 10.0 or above
5454
* macOS 10.12.0 or above

0 commit comments

Comments
 (0)