Use a lower iOS target

This commit is contained in:
Davide De Rosa 2021-11-16 13:45:12 +01:00
parent 29ff5a3772
commit 77b9aad500
1 changed files with 1 additions and 1 deletions

View File

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