Skip to content

Commit 9c971c4

Browse files
authored
Update README.md
1 parent 6b5d423 commit 9c971c4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# OpenSSL-for-iOS [![Build Status](https://travis-ci.org/x2on/OpenSSL-for-iPhone.svg)](https://travis-ci.org/x2on/OpenSSL-for-iPhone) [![license](https://img.shields.io/github/license/x2on/OpenSSL-for-iPhone.svg)](https://github.com/x2on/OpenSSL-for-iPhone/blob/master/LICENSE) [![OpenSSL version](https://img.shields.io/badge/OpenSSL-1.1.1d-lightgrey.svg)]() [![iOS support](https://img.shields.io/badge/iOS-12.0%20--%2013.2-lightgrey.svg)]() [![tvOS support](https://img.shields.io/badge/tvOS-12.0--%2013.2-lightgrey.svg)]() [![MacCatalyst support](https://img.shields.io/badge/MacCatalyst-10.15-lightgrey.svg)]()
1+
# OpenSSL-for-iOS [![Build Status](https://travis-ci.org/x2on/OpenSSL-for-iPhone.svg)](https://travis-ci.org/x2on/OpenSSL-for-iPhone) [![license](https://img.shields.io/github/license/x2on/OpenSSL-for-iPhone.svg)](https://github.com/x2on/OpenSSL-for-iPhone/blob/master/LICENSE) [![OpenSSL version](https://img.shields.io/badge/OpenSSL-1.1.1q-lightgrey.svg)]() [![iOS support](https://img.shields.io/badge/iOS-12.0%20--%2015.5-lightgrey.svg)]() [![tvOS support](https://img.shields.io/badge/tvOS-12.0--%2015.5-lightgrey.svg)]() [![MacCatalyst support](https://img.shields.io/badge/MacCatalyst-10.15-lightgrey.svg)]()
22

33

44

55
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.
66

77
**Enjoy OpenSSL on the iPhone!**
88

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:
1010
```bash
1111
./build-libssl.sh
1212
```
@@ -24,7 +24,7 @@ For all options see the help
2424
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.
2525

2626
## 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.**
2828

2929
For iOS < 7.0 you must use Xcode < 7 and an older version of the build script.
3030
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
3636
* <http://www.x2on.de/2010/07/13/tutorial-iphone-app-with-compiled-openssl-1-0-0a-library/>
3737

3838
## Changelog
39+
* 2022-07-20: OpenSSL 1.1.1q, Fix Travix Build, Xcode 13,4, iOS 15 Support
3940
* 2019-11-27: OpenSSL 1.1.1d, Add Support for arm64e
4041
* 2019-11-27: Add support for MacCatalyst, Xcode 11.2.1 (iOS 12.0 - 13.2), Migrate to Swift 5, Remove OpenSSL 1.0.2 support
4142
* 2017-05-25: OpenSSL 1.0.2l, 1.1.0f

0 commit comments

Comments
 (0)