From e2f284cebf444e0245f93ae1dce38518b74bfcd7 Mon Sep 17 00:00:00 2001 From: Fredrik Oseberg Date: Thu, 16 Dec 2021 12:27:55 +0100 Subject: [PATCH] fix: lower-ios version --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 9985a99..69490a8 100644 --- a/Package.swift +++ b/Package.swift @@ -7,7 +7,7 @@ let package = Package( name: "UnleashProxyClientSwift", platforms: [ .macOS(.v10_15), - .iOS(.v13), + .iOS(.v11), ], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages.