1.0.1 - Catalyst Fix
- Fix build issue where bitcode compile was happening for Catalyst target.
- Bitcode compile is now deprecated. The build script disables it. This is in prep to remove all bitcode logic from the script in the next release. See #78
Release 8.11.1 Library and Headers
This release includes cURL, OpenSSL and Nghttp2 libraries and header files for MacOS, Mac Catalyst, iOS and tvOS projects.
Build Command
./build.sh -m
Versions
LIBCURL="8.11.1" # https://curl.haxx.se/download.html
OPENSSL="3.0.15" # https://www.openssl.org/source/
NGHTTP2="1.64.0" # https://nghttp2.org/
Archive
This directory contains the curl and openssl headers (in the include folder), the *.a libraries and XCFrameworks along with MacOS executable binaries for curl and openssl (intel x86_64 and Apple silicon arm64).
|__libcurl-8.11.1-openssl-3.0.15-nghttp2-1.64.0
|
|__ bin/
│ |__ curl* (universal binary)
│ |__ curl-arm64*
│ |__ curl-x86_64*
│ |__ openssl* (universal binary)
│ |__ openssl-arm64*
│ |__ openssl-x86_64*
|
|__ cacert.pem
|
|__ include/
│ |__ curl/
│ |__ openssl/
|
|__ lib/
│ |__ Catalyst/
│ |__ MacOS/
│ |__ iOS/
│ |__ iOS-fat/
│ |__ iOS-simulator/
│ |__ tvOS/
│ |__ tvOS-simulator/
|
|__ xcframework/
|__ libcrypto.xcframework/
│ |__ ios-arm64_arm64e_armv7_armv7s/
│ |__ ios-arm64_i386_x86_64-simulator/
│ |__ tvos-arm64/
│ |__ tvos-arm64_x86_64-simulator/
|__ libcurl.xcframework/
│ |__ ios-arm64_arm64e_armv7_armv7s/
│ |__ ios-arm64_i386_x86_64-simulator/
│ |__ tvos-arm64/
│ |__ tvos-arm64_x86_64-simulator/
|__ libnghttp2.xcframework/
│ |__ ios-arm64_arm64e_armv7_armv7s/
│ |__ ios-arm64_i386_x86_64-simulator/
│ |__ tvos-arm64/
│ |__ tvos-arm64_x86_64-simulator/
|__ libssl.xcframework/
|__ ios-arm64_arm64e_armv7_armv7s/
|__ ios-arm64_i386_x86_64-simulator/
|__ tvos-arm64/
|__ tvos-arm64_x86_64-simulator/