Răsfoiți Sursa

Merge pull request #560 from motocodeltd/master

swiftpm: set minimum target versions - allows deployment to watchos
Samuel Spencer 5 ani în urmă
părinte
comite
dfe5002ed7
1 a modificat fișierele cu 1 adăugiri și 6 ștergeri
  1. 1 6
      Package.swift

+ 1 - 6
Package.swift

@@ -3,12 +3,7 @@ import PackageDescription
 
 
 let package = Package(
 let package = Package(
     name: "SwiftyStoreKit",
     name: "SwiftyStoreKit",
-    platforms: [
-        .iOS(.v8),
-        .tvOS(.v9),
-        .watchOS("6.2"),
-        .macOS(.v10_10)
-    ],
+    platforms: [.iOS("8.0"), .macOS("10.10"), .tvOS("9.0"), .watchOS("6.2")],
     products: [
     products: [
         // Products define the executables and libraries produced by a package, and make them visible to other packages.
         // Products define the executables and libraries produced by a package, and make them visible to other packages.
         .library(
         .library(