Skip to content

Commit 76e6e63

Browse files
committed
Update macOS deployment target
from v10_16 to v11 since Apple finally got their version numbers correct
1 parent c296012 commit 76e6e63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55

66
let package = Package(
77
name: "NumericText",
8-
platforms: [.iOS(.v14), .macOS(.v10_16), .watchOS(.v7), .tvOS(.v14)],
8+
platforms: [.iOS(.v14), .macOS(.v11), .watchOS(.v7), .tvOS(.v14)],
99
products: [
1010
.library(
1111
name: "NumericText",

0 commit comments

Comments
 (0)