Pre-compiled libcurl framework for iOS and iPadOS applications! Automatically updated within 24-hours of a new release of curl.
- Download and extract curl.xcframework.zip from the latest release
- Compare the SHA-256 checksum of the downloaded framework with the fingerprint in the release
shasum -a 256 curl.xcframework.zip
- Optionally download the signing key from this repo and the curl.xcframework.zip.sig from the release and verify the signature
openssl dgst -sha256 -verify signingkey.pem -signature curl.xcframework.zip.sig curl.xcframework.zip
- Optionally download the signing key from this repo and the curl.xcframework.zip.sig from the release and verify the signature
- Select your target in Xcode and click the "+" under Frameworks, Libraries, and Embedded Content
- Click "Add Other" then "Add Files..."
- Select the extracted curl.xcframework directory
Use the included build script to compile a specific version or customize the configuration options
./build-ios.sh <curl version> [optional configure parameters]
The following config parameters are always provided: --disable-shared
, --enable-static
, --with-secure-transport --without-libpsl