We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016b67b commit 2cfd4a6Copy full SHA for 2cfd4a6
Package.swift
@@ -54,7 +54,7 @@ automatic linking type with `-auto` suffix appended to product's name.
54
let autoProducts = [swiftPMProduct, swiftPMDataModelProduct]
55
56
let useSwiftCryptoV2 = ProcessInfo.processInfo.environment["SWIFTPM_USE_SWIFT_CRYPTO_V2"] != nil
57
-let minimumCryptoVersion: Version = useSwiftCryptoV2 ? "2.0.4" : "1.1.4"
+let minimumCryptoVersion: Version = useSwiftCryptoV2 ? "2.0.4" : "1.1.7"
58
var swiftSettings: [SwiftSetting] = []
59
if useSwiftCryptoV2 {
60
swiftSettings.append(.define("CRYPTO_v2"))
0 commit comments