From 46d936264c2d32fbce64cd8149b27d060df3a48f Mon Sep 17 00:00:00 2001 From: Benedikt Betz Date: Thu, 19 Oct 2023 13:56:09 +0200 Subject: Updated Package implementation, Tests and README --- Package.swift | 1 + 1 file changed, 1 insertion(+) (limited to 'Package.swift') 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. -- cgit v1.2.3