Set iOS version to 15

This commit is contained in:
cdricms
2024-01-16 17:36:42 +01:00
parent b0cc12329b
commit 0bec701292

View File

@@ -7,6 +7,7 @@ let package = Package(
name: "swift-openfoodfacts-sdk",
platforms: [
.macOS(.v14),
.iOS(.v15),
],
products: [
// Products define the executables and libraries a package produces, making them visible to other packages.