diff --git a/Package.swift b/Package.swift index 2c763cd..a35b414 100644 --- a/Package.swift +++ b/Package.swift @@ -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.