From f8bf4bc345f1fd10c1dbd26baeff3a1dba52fae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zden=C4=9Bk=20Topi=C4=8D?= <zdenek@zdnkt.com> Date: Thu, 31 Oct 2019 18:49:30 +0100 Subject: [PATCH 1/2] Fix SPM to support iOS 10+ only --- Package.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Package.swift b/Package.swift index aef9c2b..3e021d4 100644 --- a/Package.swift +++ b/Package.swift @@ -5,6 +5,7 @@ import PackageDescription let package = Package( name: "Owl", + platforms: .iOS(.v10), products: [ // Products define the executables and libraries produced by a package, and make them visible to other packages. .library( From 1caf1878243ed7e6fc99345f35b1f379fd671b86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zden=C4=9Bk=20Topi=C4=8D?= <zdenek@zdnkt.com> Date: Thu, 31 Oct 2019 18:53:15 +0100 Subject: [PATCH 2/2] Fix Package.swift --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 3e021d4..2099822 100644 --- a/Package.swift +++ b/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "Owl", - platforms: .iOS(.v10), + platforms: [.iOS(.v10)], products: [ // Products define the executables and libraries produced by a package, and make them visible to other packages. .library(