Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

ZIP archives that contain XCFrameworks we need for moanco-ios

Notifications You must be signed in to change notification settings

monacohq/monaco-ios-xcframeworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

monaco-ios-xcframeworks

ZIP archives that contain XCFrameworks we need for moanco-ios

Available XCFrameworks

JumioMobileSDK 3.9.4

https://github.com/CocoaPods/Specs/blob/master/Specs/0/d/d/JumioMobileSDK/3.9.4/JumioMobileSDK.podspec.json

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

Usage Guide in SPM

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."
    ),

Conversion Guide

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.

Required Tools

  • Xcode for converting the frameworks to XCFrameworks

  • Carthage for downloading the frameworks

    brew install carthage

JumioMobileSDK 3.9.4

  • run the build.sh in JumioMobileSDK-3.9.4
  • the resulting XCFrameworks will be in JumioMobileSDK-3.9.4/xcframeworks
  • run the zip.sh in JumioMobileSDK-3.9.4
  • the resulting XCFrameworks in zip version will be in JumioMobileSDK-3.9.4/zips
  • run the checksum.sh in JumioMobileSDK-3.9.4
  • the resulting checksums will be printed in the console

References

About

ZIP archives that contain XCFrameworks we need for moanco-ios

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages