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
Use the appropriate tag or branch to choose a version.
13
13
14
-
This repository provides a universal script for building static OpenSSL libraries for use in iOSand macOS applications.
15
-
The actual library version is taken from https://github.com/openssl/openssl with an appropriate tag like 'OpenSSL_1_1_1t' or 'openssl-3.1.0'
14
+
This repository provides a universal script for building static OpenSSL libraries for use in iOS, visionOS, and macOS & Catalyst applications.
15
+
The actual library version is taken from https://github.com/openssl/openssl with an appropriate tag like 'OpenSSL_1_1_1w' or 'openssl-3.2.1'
16
16
17
17
## Prerequisites
18
18
1) Xcode must be installed because xcodebuild is used to create xcframeworks
19
19
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:
20
20
```sudo xcode-select --reset``` or ```sudo xcode-select -s /Applications/Xcode.app/Contents/Developer```
21
+
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
Copy file name to clipboardExpand all lines: openssl-iosx.podspec
+3-1Lines changed: 3 additions & 1 deletion
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
3
s.version="3.2.1.0"
4
-
s.summary="OpenSSL"
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