Преглед изворни кода

Update Package.swift

Bumped minimum iOS deployment version from 8 to 9 in order to comply with Xcode 12's minimum deployment range. Fixes compiler warning when installing via SPM.
Samuel Spencer пре 4 година
родитељ
комит
3d87a678b5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Package.swift

+ 1 - 1
Package.swift

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