Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.36 KB

File metadata and controls

45 lines (30 loc) · 1.36 KB


Sphereon
MUSAP NPM Package Wrapper


Overview

This package wraps the Methics MUSAP (Mobile Universal Signing Application Protocol) libraries for iOS and Android, making them easily accessible in NPM projects, particularly for React Native applications. It is a dependency of package musap-react-native

Source Repositories

The wrapper includes code from the following Methics MUSAP GitHub repositories:

Package Contents

  • Android: Includes an embedded Maven repository.
  • iOS: Contains the iOS native code with an extra podspec descriptor for easier linking in React Native pod projects.

Installation

The iOS Git repository is mounted as a submodule in packages/musap-native/musap-ios.github. After cloning this repository, execute the following commands:

git submodule update --init --recursive

Updating iOS Library Version

To update the musap-ios library to the latest version:

git pull --recurse-submodules
git submodule update --remote --merge

License

This project is licensed under the Apache-2 License.