macos catalyst + unsafe buffers

This commit is contained in:
awxkee
2022-05-20 21:25:02 +02:00
parent 689208b11a
commit 7f5bdcf188

View File

@@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "libwebp",
platforms: [
.macOS(.v10_10), .iOS(.v13)
.macOS(.v10_10), .iOS(.v13), .macCatalyst(.v14)
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.