ZIP archives that contain XCFrameworks we need for moanco-ios
Name | Version | iOS Version | SDK Version | Architectures |
---|---|---|---|---|
BAMCheckout | 3.9.4 |
10.0 |
14.4 |
x86_64 arm64 |
DocumentVerification | 3.9.4 |
10.0 |
14.4 |
x86_64 arm64 |
iProov | 3.9.4 |
10.0 |
14.4 |
x86_64 arm64 |
JumioCore | 3.9.4 |
10.0 |
14.4 |
x86_64 arm64 |
JumioIProov | 3.9.4 |
10.0 |
14.4 |
x86_64 arm64 |
JumioNFC | 3.9.4 |
10.0 |
14.4 |
x86_64 arm64 |
Microblink | 3.9.4 |
10.0 |
14.4 |
x86_64 arm64 |
Netverify | 3.9.4 |
10.0 |
14.4 |
x86_64 arm64 |
NetverifyBarcode | 3.9.4 |
10.0 |
14.4 |
x86_64 arm64 |
SocketIO | 3.9.4 |
10.0 |
14.4 |
x86_64 arm64 |
Starscream | 3.9.4 |
10.0 |
14.4 |
x86_64 arm64 |
https://developer.apple.com/documentation/xcode/distributing-binary-frameworks-as-swift-packages
- in your
Package.swift
add the following.binaryTarget( name: "SomeRemoteBinaryPackage", url: "https://url/to/some/remote/xcframework.zip", checksum: "The checksum of the ZIP archive that contains the XCFramework." ),
Normally, you don't need to convert the frameworks yourself. The converted frameworks are already available inside the Releases in this repository. If you want to generate the frameworks yourself, you can follow the steps below.
-
Xcode for converting the frameworks to XCFrameworks
-
Carthage for downloading the frameworks
brew install carthage
- run the
build.sh
inJumioMobileSDK-3.9.4
- the resulting XCFrameworks will be in
JumioMobileSDK-3.9.4/xcframeworks
- run the
zip.sh
inJumioMobileSDK-3.9.4
- the resulting XCFrameworks in zip version will be in
JumioMobileSDK-3.9.4/zips
- run the
checksum.sh
inJumioMobileSDK-3.9.4
- the resulting checksums will be printed in the console