Skip to content

Commit 23d8b94

Browse files
authored
Update README.md (krzyzanowskim#131)
1 parent d0afc3f commit 23d8b94

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# OpenSSL-Universal
22

3-
OpenSSL [CocoaPods](https://cocoapods.org/), [Carthage](https://github.com/Carthage/Carthage) and [Swift Package Manager](https://swift.org/package-manager/) package for iOS and macOS. Complete solution to OpenSSL on iOS and macOS. Package came with precompiled libraries, and include script to build newer version if necessary.
3+
OpenSSL [CocoaPods](https://cocoapods.org/), [Carthage](https://github.com/Carthage/Carthage) and [Swift Package Manager](https://swift.org/package-manager/) package for iOS and macOS. Complete solution to OpenSSL on iOS and macOS. Package comes with precompiled libraries, and includes a script to build newer versions if necessary.
44

5-
Current version contains binaries build with latest iOS SDK iOS (target 7.0), and latest macOS SDK (target 10.10) for all supported architectures (including macOS Catalyst).
5+
Current version contains binaries built with latest iOS SDK (target 7.0), and latest macOS SDK (target 10.10) for all supported architectures (including macOS Catalyst).
66

77
### Support
88

@@ -28,15 +28,15 @@ It takes some time to keep it all for your convenience, so maybe spare $1, so I
2828

2929
#### Build
3030

31-
You don't have to use pre-build binaries I provider. You can build it locally on your trusted machine.
31+
You don't have to use pre-built binaries I provide. You can build it locally on your trusted machine.
3232

3333
```
3434
$ git clone https://github.com/krzyzanowskim/OpenSSL.git
3535
$ cd OpenSSL
3636
$ make
3737
```
3838

39-
The result of build process is put inside [Frameworks](Frameworks/) directory.
39+
The result of a build process is put inside [Frameworks](Frameworks/) directory.
4040

4141
### Hardened Runtime (macOS) and Xcode
4242

@@ -88,4 +88,4 @@ You want to ensure Xcode knows;
8888

8989
1. Where the OpenSSL static libraries are located.
9090
2. Where the OpenSSL header files are located for the C include statements.
91-
Inside your workspace, go to the Target (not the Project). The Target is the C app that is produced after a successful build. Select `Build Phases` and `Link Binary With Libraries`. Select `+` and navigate to the static OpenSSL libraries that was included in the framework. The magical result was, your `Target` and `Building Settings` `Library Search Paths` were populated without you typing anything. Now go to the Target. In `Build Settings` set the `Always Search User Paths` to `Yes`. Then add a new entry to the `User Header Search Paths`. This should be the location of the OpenSSL header files that were included in OpenSSLUniversal.
91+
Inside your workspace, go to the Target (not the Project). The Target is the C app that is produced after a successful build. Select `Build Phases` and `Link Binary With Libraries`. Select `+` and navigate to the static OpenSSL libraries that was included in the framework. The magical result was, your `Target` and `Building Settings` `Library Search Paths` were populated without you typing anything. Now go to the Target. In `Build Settings` set the `Always Search User Paths` to `Yes`. Then add a new entry to the `User Header Search Paths`. This should be the location of the OpenSSL header files that were included in OpenSSLUniversal.

0 commit comments

Comments
 (0)