diff options
Diffstat (limited to 'Package.swift')
-rw-r--r-- | Package.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Package.swift b/Package.swift index d233735..9d9a9b1 100644 --- a/Package.swift +++ b/Package.swift @@ -6,7 +6,7 @@ import PackageDescription let package = Package( name: "SwiftyCrop", defaultLocalization: "en", - platforms: [.iOS(.v16)], + platforms: [.iOS(.v16), .macOS(.v12)], products: [ // Products define the executables and libraries a package produces, making them visible to other packages. .library( |