mirror of
https://github.com/zhigang1992/libwebp-ios.git
synced 2026-01-12 17:23:21 +08:00
macos catalyst + unsafe buffers
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user