EOSIO / eosio-swift-vault

Utility library for managing keys and signing with Apple's Keychain and Secure Enclave
https://eosio.github.io/eosio-swift-vault/
MIT License
12 stars 8 forks source link

Release v0.1.1 #33

Closed brandonfancher closed 5 years ago

brandonfancher commented 5 years ago

The Podfile.lock files in our v0.1.0 library releases were stale and still contained a reference to our private CocoaPods repo. This was first uncovered when a developer attempted to install pods for the EOSIO SDK for Swift: iOS Example App and encountered an error.

The example app was updated and the problem resolved. But developers who decide to run a pod install against the other SDK libraries will encounter the same error.

The v0.1.1 releases aim to resolve that.