From 3c7eee1ff75ca8d5f80d75aa6e832bac50d4b312 Mon Sep 17 00:00:00 2001 From: Andreas Grauel Date: Fri, 31 Jan 2020 14:59:24 +0100 Subject: [PATCH] update package.swift * adds platforms cause PMKCoreLocation is not compatible with watchOS v2 --- Package.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Package.swift b/Package.swift index cb1c83f..8406e53 100644 --- a/Package.swift +++ b/Package.swift @@ -8,6 +8,9 @@ let exclude = ["PMKCoreLocation.h"] + ["CLGeocoder", "CLLocationManager"].flatMa let package = Package( name: "PMKCoreLocation", + platforms: [ + .macOS(.v10_10), .iOS(.v8), .tvOS(.v9), .watchOS(.v3) + ], products: [ .library( name: "PMKCoreLocation",