add min platform

This commit is contained in:
Zaphik 2024-10-03 12:23:53 +01:00 committed by GitHub
parent fed056ebc9
commit 4c6ff638a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,9 @@ import PackageDescription
let package = Package(
name: "adwitaweb",
platforms: [
.macOS(.v10_15)
],
products: [
.library(name: "WebView", targets: ["WebView"]),
.library(name: "CWebView", targets: ["CWebView"]),