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
Copy file name to clipboardexpand all lines: README.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,15 @@
1
-
## OpenSSL for iOS and Mac OS X (Intel & Apple Silicon M1) & Catalyst - arm64 / x86_64
1
+
## OpenSSL for iOS, visionOS, macOS (Intel & Apple Silicon M1) & Catalyst - arm64 / x86_64
2
2
3
3
Supported version: 1.1.1w
4
4
5
-
This repo provides a universal script for building static OpenSSL libraries for use in iOSand Mac OS X applications.
6
-
The actual library version is taken from https://github.com/openssl/openssl with tag 'OpenSSL_1_1_1u'
5
+
This repository provides a universal script for building static OpenSSL libraries for use in iOS, visionOS, and macOS & Catalyst applications.
6
+
The actual library version is taken from https://github.com/openssl/openssl with tag 'openssl-1.1.1w'
7
7
8
8
## Prerequisites
9
9
1) Xcode must be installed because xcodebuild is used to create xcframeworks
10
10
2)```xcode-select -p``` must point to Xcode app developer directory (by default e.g. /Applications/Xcode.app/Contents/Developer). If it points to CommandLineTools directory you should execute:
11
11
```sudo xcode-select --reset``` or ```sudo xcode-select -s /Applications/Xcode.app/Contents/Developer```
12
+
3) For the creation of visionOS related artifacts and their integration into the resulting xcframeworks, XROS.platform and XRSimulator.platform should be available in the folder: /Applications/Xcode.app/Contents/Developer/Platforms
12
13
13
14
## How to build?
14
15
- Manually
@@ -27,19 +28,19 @@ The actual library version is taken from https://github.com/openssl/openssl with
27
28
use_frameworks!
28
29
pod 'openssl-iosx', '~> 1.1.1w'
29
30
# or optionally more precisely
30
-
# pod 'openssl-iosx', :git => 'https://github.com/apotocki/openssl-iosx', :tag => '1.1.1w.0'
31
+
# pod 'openssl-iosx', :git => 'https://github.com/apotocki/openssl-iosx', :tag => '1.1.1w.1'
31
32
```
32
33
install new dependency:
33
34
```
34
35
pod install --verbose
35
36
```
36
37
37
38
## As an advertisement…
38
-
Look at my iOS application on App Store, please:
39
+
Please check out my iOS application on the App Store:
This app is designed for viewing and editing files at byte or character level.
43
+
This application is designed to view and edit files at the byte or character level; calculate different hashes, encode/decode, and compress/decompress desired byte regions.
43
44
44
45
You can support my open-source development by trying the [App](https://apps.apple.com/us/app/potohex/id1620963302).
Copy file name to clipboardexpand all lines: openssl-iosx.podspec
+4-2
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,17 @@
1
1
Pod::Spec.newdo |s|
2
2
s.name="openssl-iosx"
3
-
s.version="1.1.1w.0"
4
-
s.summary="OpenSSL"
3
+
s.version="1.1.1w.1"
4
+
s.summary="OpenSSL libraries for macOS, iOS, and visionOS, including both arm64 and x86_64 builds for macOS, Mac Catalyst, iOS Simulator, and visionOS Simulator."
0 commit comments