add min platform
This commit is contained in:
parent
fed056ebc9
commit
4c6ff638a8
@ -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"]),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user