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
This is a script for using self-compiled builds of the OpenSSL-library on the iPhone. You can build apps with Xcode and the official SDK from Apple with this. I also made a small example-app for using the libraries with Xcode and the iPhone/iPhone-Simulator.
6
6
7
7
**Enjoy OpenSSL on the iPhone!**
8
8
9
-
You must build the OpenSSL-Libraries (1.1.1d) before running the sample with:
9
+
You must build the OpenSSL-Libraries (1.1.1q) before running the sample with:
10
10
```bash
11
11
./build-libssl.sh
12
12
```
@@ -24,7 +24,7 @@ For all options see the help
24
24
This repository contains an iOS 12.0 Xcode Project which uses the OpenSSL Libraries. The examples uses the MD5 or SHA256-algorithm to calculate an md5 or sha256 hash from an UITextfield.
25
25
26
26
## System support
27
-
**iOS 12.0 - iOS 13.2 (x86_64 , arm64, arm64e bitcode), tvOS 12.0 - tvOS 13.2 (x86_64, arm64, bitcode) and MacCatalyst 10.15 (MacOSX_x86_64) are currently supported.**
27
+
**iOS 12.0 - iOS 15.5 (x86_64 , arm64, arm64e bitcode), tvOS 12.0 - tvOS 15.5 (x86_64, arm64, bitcode) and MacCatalyst 15.3 (MacOSX_x86_64) are currently supported.**
28
28
29
29
For iOS < 7.0 you must use Xcode < 7 and an older version of the build script.
30
30
For iOS < 12.0 you must use Xcode < 11 and an older version of the build script.
@@ -36,6 +36,7 @@ If you have problems building for arm64 please uninstall MacPorts (see [#28](htt
0 commit comments