Use a lower iOS target
This commit is contained in:
parent
29ff5a3772
commit
77b9aad500
|
@ -6,7 +6,7 @@ import PackageDescription
|
|||
let package = Package(
|
||||
name: "TunnelKit",
|
||||
platforms: [
|
||||
.macOS(.v10_15), .iOS(.v13)
|
||||
.iOS(.v11), .macOS(.v10_15)
|
||||
],
|
||||
products: [
|
||||
// Products define the executables and libraries a package produces, and make them visible to other packages.
|
||||
|
|
Loading…
Reference in New Issue