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