Skip to content

Commit f975a30

Browse files
committed
Oldest mac version supported is v10.11
1 parent c007619 commit f975a30

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
@@ -5,7 +5,7 @@ import PackageDescription
55

66
let package = Package(
77
name: "SwiftShellUtilities",
8-
platforms: [.macOS(.v11)],
8+
platforms: [.macOS(.v10_11)],
99
products: [
1010
// Products define the executables and libraries a package produces, and make them visible to other packages.
1111
.library(

0 commit comments

Comments
 (0)