Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d0ff00

Browse files
committed
2 parents 7bde24e + 63c60a5 commit 0d0ff00

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.markdown

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,11 @@ openssl-xcode
22
=============
33

44
This is an XCode project skeleton structure that can be used to build a static
5-
libcrypto.a library for use in Mac and iPhone projects.
5+
libcrypto.a and libssl.a libraries for use in MacOS and iOS/tvOS projects.
66

7-
It is specifically intended for use in building secure iPhone
8-
applications alongside [SQLCipher](http://www.zetetic.net/software/sqlcipher).
7+
This project was forked from [michaeltyson/openssl-xcode](https://github.com/michaeltyson/openssl-xcode) and specifically updated to target 64-bit architectures [x86_64, ARM64] and combination 64-bit/32-bit universal builds to generate static OpenSSL libraries against XCode toolchain build tools circa OSX 10.14 and iOS 12.2 with compatibility as far back as 10.6 and 8.0 respectively. It has successfully generated x86_64 and arm64 static openssl libs against the latest git pull of OpenSSL 3.0.0 -- but these generated libs have not been tested just yet.
98

10-
openssl-xcode was developed by Stephen Lombardo at Zetetic LLC.
11-
12-
sjlombardo at zetetic.net
13-
http://www.zetetic.net
14-
15-
It was adapted for use with source archives by Michael Tyson of
16-
A Tasty Pixel (michael at atastypixel.com)
9+
The remainder of the README was composed by and forked from Michael Tyson's branch:
1710

1811
Usage
1912
-----

0 commit comments

Comments
 (0)