diff options
Diffstat (limited to 'Package.swift')
| -rw-r--r-- | Package.swift | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Package.swift b/Package.swift index c967b1d..1456b7d 100644 --- a/Package.swift +++ b/Package.swift @@ -5,6 +5,9 @@ import PackageDescription let package = Package( name: "Patterns", + platforms: [ + .macOS(.v10_15) + ], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( |