Pārlūkot izejas kodu

Update iOS platform to 9 to get rid of build warning

"The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET'
 is set to 8.0, but the range of supported deployment target versions
 is 9.0 to 14.0.99."
Bruce Geerdes 5 gadi atpakaļ
vecāks
revīzija
31633310b9
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Package.swift

+ 1 - 1
Package.swift

@@ -5,7 +5,7 @@ import PackageDescription
 let package = Package(
 let package = Package(
   name: "CryptoSwift",
   name: "CryptoSwift",
   platforms: [
   platforms: [
-    .macOS(.v10_10), .iOS(.v8), .tvOS(.v9)
+    .macOS(.v10_10), .iOS(.v9), .tvOS(.v9)
   ],
   ],
   products: [
   products: [
     .library(
     .library(