From 704f4a7c6c88429242d67bb260876f274753d539 Mon Sep 17 00:00:00 2001 From: Lisnic Victor Date: Fri, 9 Dec 2022 12:57:35 +0200 Subject: [PATCH] Update Package.swift --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 4589c50..d3d78bb 100644 --- a/Package.swift +++ b/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "TestAppIOSDK", - platforms: [.iOS("11.0")], + platforms: [.iOS("13.0")], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library(name: "TestAppIOSDK", targets: ["TestAppIOSDK"]),