You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -25,22 +25,22 @@ Swift cross-platform crypto library derived from [IDZSwiftCommonCrypto](https://
25
25
26
26
### Swift
27
27
28
-
* Swift Open Source `swift-4.0.0-RELEASE` toolchain (**Minimum REQUIRED for latest release**)
29
-
* Swift Open Source `swift-4.2-RELEASE` toolchain (**Recommended**)
30
-
* Swift toolchain included in *Xcode Version 10.0 (10A255) or higher*.
28
+
* Swift Open Source `swift-5.1-RELEASE` toolchain (**Minimum REQUIRED for latest release**)
29
+
* Swift Open Source `swift-5.4-RELEASE` toolchain (**Recommended**)
30
+
* Swift toolchain included in *Xcode Version 11.0 or higher*.
31
31
32
32
### macOS
33
33
34
-
* macOS 10.11.6 (*El Capitan*) or higher.
35
-
* Xcode Version 9.0 or higher using one of the above toolchains.
36
-
* Xcode Version 10.0 (10A255) or higher using the included toolchain (*Recommended*).
34
+
* macOS 10.14.6 (*Mojave*) or higher.
35
+
* Xcode Version 11.0 or higher using one of the above toolchains.
36
+
* Xcode Version 12.5 or higher using the included toolchain (*Recommended*).
37
37
* CommonCrypto is provided by macOS.
38
38
39
39
### iOS
40
40
41
41
* iOS 10.0 or higher
42
-
* Xcode Version 9.0 or higher using one of the above toolchains.
43
-
* Xcode Version 10.0 (10A255) or higher using the included toolchain (*Recommended*).
42
+
* Xcode Version 11.0 or higher using one of the above toolchains.
43
+
* Xcode Version 12.5 or higher using the included toolchain (*Recommended*).
44
44
* CommonCrypto is provided by iOS.
45
45
46
46
### Linux
@@ -78,14 +78,14 @@ To run the supplied unit tests for **Cryptor** from the command line:
78
78
To include BlueCryptor into a Swift Package Manager package, add it to the `dependencies` attribute defined in your `Package.swift` file. You can select the version using the `majorVersion` and `minor` parameters. For example:
To include BlueCryptor in a project using Carthage, add a line to your `Cartfile` with the GitHub organization and project names and version. For example:
0 commit comments