### Motivation Mac Catalyst builds stopped working when `cc-rs` got updated by dependabot in the `rust-mbedtls` dependency of `mobilecoin` and `libmobilecoin`. ### In this PR * Update `mobilecoin` repo commit to newer that includes a previous `mbedtls` big-num multiplication fix. * Patch `cc-rs` with new compiler args so mac-catalyst will build correctly * Patch `cmake-rs` with changes so mac-catalyst will build correctly * Patch `rust-mbedtls` with above changes so it can build mac-catalyst * Patch `libmobilecoin` with above patches * Add `patch-cmake.sh` script on the local machine to workaround a restriction of `cmake` where the CMAKE_SYSTEM_NAME cannot be iOS with a CMAKE_OSX_SYSROOT pointing to a MacOSX sdk. The patched `cmake` files in this context comes from brew as a build dependency. An un-patch script is included as well. ' * re-add back in old implementations of functions for `...add_output` and `...add_change_output` for the Transaction Builder that have the old sig and pull the tokenId from the TransactionBuilder. The new versions which support "mixed" transactions for "SCI" get the "_mixed" suffix. * Change deployment target to 11.0 * Fix dependency hell w/ cocoapods & Xcode 14, etc... ### Future Work Find a fix that doesn't require patching `cmake` locally. Merge the patches upstream into master-repo's main branches. Fix SwiftNIO catomic issue in Swift repo |
||
|---|---|---|
| .circleci | ||
| .github | ||
| Artifacts | ||
| libmobilecoin | ||
| Sources | ||
| tools | ||
| Vendor | ||
| .gitignore | ||
| .gitmodules | ||
| CLA.md | ||
| Dockerfile | ||
| Gemfile | ||
| Gemfile.lock | ||
| LibMobileCoin.podspec | ||
| LICENSE | ||
| LICENSE.md | ||
| Makefile | ||
| README.md | ||
| TERMS-OF-USE.md | ||
libmobilecoin-ios-artifacts
MobileCoin is a privacy-preserving payments network designed for use on mobile devices.
Sending your First Payment
- You must read and accept the Terms of Use for MobileCoins and MobileCoin Wallets to use MobileCoin Software.
- Please note that currently, MobileCoin Wallets are not available for download or use by U.S. persons or entities, persons or entities located in the U.S., or persons or entities in other prohibited jurisdictions.
Note to Developers
- MobileCoin is a prototype. Expect substantial changes before the release.
- Please see CONTRIBUTING.md for notes on contributing bug reports and code.
Table of Contents
License
MobileCoin is available under open-source licenses. Please read the LICENSE.md and corresponding LICENSE.
Cryptography Notice
This distribution includes cryptographic software. Your country may have restrictions on the use of encryption software. Please check your country's laws before downloading or using this software.
Repository Structure
| Directory | Description |
|---|---|
| Artifacts | The libmobilecoin library. |
| Sources | Autogenerated grpc protobufs. |
| Vendor | Fog submodule. |
Overview
MobileCoin is a payment network with no central authority. The fundamental goal of the network is to safely and efficiently enable the exchange of value, represented as fractional ownership of the total value of the network. Like most cryptocurrencies, MobileCoin maintains a permanent and immutable record of all successfully completed payments in a blockchain data structure. Cryptography is used extensively to establish ownership, control transfers, and to preserve cash-like privacy for users.
For more information about the cryptocurrency, see MobileCoinFoundation/MobileCoin.
Support
For troubleshooting help and other questions, please visit our community forum.
You can also open a technical support ticket via email.
Trademarks
MobileCoin is a registered trademark of MobileCoin Inc.
