Concordium / concordium-swift-sdk

Mozilla Public License 2.0
4 stars 1 forks source link

SwiftPM: Add ability to use local crypto library #19

Closed bisgardo closed 6 months ago

bisgardo commented 6 months ago

Added processing of build-time environment variable CONCORDIUM_WALLET_CRYPTO_PATH which may be used to select a local checkout of the crypto library (and a local binary framework compiled from it) during development.

In the process, the version selector was changed from exact to from to allow automatic patch upgrades.

The readme was also updated with accurate information on ConcordiumWalletCrypto after the changes in #16 (5e700261a0dc08dd483981ce75c008d6bc3c80e5) where this was missed.