Skip to content

Commit c7c3e9f

Browse files
committed
Require watchOS 3 consistently
Fixed an issue where the readme claimed watchOS 2 was supported while the SPM configuration required watchOS 4 by splitting the difference (and aligning with the Xcode project and CocoaPods podspec).
1 parent bc8c24a commit c7c3e9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import PackageDescription
66
let package = Package(
77
name: "MapboxDirections",
88
platforms: [
9-
.macOS(.v10_12), .iOS(.v10), .watchOS(.v4), .tvOS(.v12)
9+
.macOS(.v10_12), .iOS(.v10), .watchOS(.v3), .tvOS(.v12)
1010
],
1111
products: [
1212
// Products define the executables and libraries produced by a package, and make them visible to other packages.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This repository contains an example application that demonstrates how to use the
5454
* iOS 10.0 or above
5555
* macOS 10.12.0 or above
5656
* tvOS 10.0 or above
57-
* watchOS 2.0 or above
57+
* watchOS 3.0 or above
5858
* Any Linux distribution supported by Swift
5959

6060
v0.30.0 is the last release of MapboxDirections.swift that supports a minimum deployment target of iOS 9._x_, macOS 10.11._x_, tvOS 9._x_, or watchOS 2._x_. v0.30.0 is also the last release that is compatible with Objective-C or AppleScript code.

0 commit comments

Comments
 (0)