Skip to content

Commit 38dee21

Browse files
authored
Fix Mac version in package manifest to .v11
- Fixes #6 - THANKS: @pradeeproark
1 parent cffbc5f commit 38dee21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
defaultLocalization: "en",
1111
platforms: [
1212
.iOS(.v14),
13-
.macOS(.v10_16),
13+
.macOS(.v11),
1414
.tvOS(.v14)
1515
],
1616
products: [

0 commit comments

Comments
 (0)