Selaa lähdekoodia

Merge pull request #829 from bgeerdes/master

Update iOS platform to 9 to get rid of build warning
Marcin Krzyzanowski 5 vuotta sitten
vanhempi
commit
23340095f0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Package.swift

+ 1 - 1
Package.swift

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