Sfoglia il codice sorgente

Include minimum deployment targets in Swift 5 package

Andrew Wagner 6 anni fa
parent
commit
0d1095dcde
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      Package@swift-5.swift

+ 3 - 0
Package@swift-5.swift

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