Skip to content

Commit

Permalink
Upgrade TrustKeystore to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Scoff committed Feb 6, 2018
1 parent e1b65a0 commit be99d94
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ target 'Trust' do
pod 'Fabric'
pod 'Crashlytics'
pod 'Kingfisher', '~> 4.0'
pod 'TrustKeystore', '~> 0.1.3'
pod 'TrustKeystore', :git=>'https://github.com/TrustWallet/trust-keystore', :branch=>'master'
# pod 'web3swift', :git=>'https://github.com/BANKEX/web3swift', :branch=>'master'
pod 'SAMKeychain'

Expand Down
14 changes: 10 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ PODS:
- SipHash (1.2.0)
- StatefulViewController (3.0)
- SwiftLint (0.24.1)
- TrezorCrypto (0.0.3)
- TrezorCrypto (0.0.4)
- TrustKeystore (0.1.3):
- CryptoSwift
- secp256k1_ios (~> 0.1.0)
Expand Down Expand Up @@ -67,7 +67,7 @@ DEPENDENCIES:
- SeedStackViewController
- StatefulViewController
- SwiftLint
- TrustKeystore (~> 0.1.3)
- TrustKeystore (from `https://github.com/TrustWallet/trust-keystore`, branch `master`)

EXTERNAL SOURCES:
CryptoSwift:
Expand All @@ -78,6 +78,9 @@ EXTERNAL SOURCES:
QRCodeReaderViewController:
:branch: master
:git: https://github.com/yannickl/QRCodeReaderViewController.git
TrustKeystore:
:branch: master
:git: https://github.com/TrustWallet/trust-keystore

CHECKOUT OPTIONS:
CryptoSwift:
Expand All @@ -89,6 +92,9 @@ CHECKOUT OPTIONS:
QRCodeReaderViewController:
:commit: 80bd79cbeede842949b229f81bc6328f53701c5a
:git: https://github.com/yannickl/QRCodeReaderViewController.git
TrustKeystore:
:commit: bc1a833441535d16d2fe25de8ecb403350140b50
:git: https://github.com/TrustWallet/trust-keystore

SPEC CHECKSUMS:
Alamofire: f41a599bd63041760b26d393ec1069d9d7b917f4
Expand Down Expand Up @@ -118,9 +124,9 @@ SPEC CHECKSUMS:
SipHash: c6e9e43e9c531b5bc6602545130c26194a6d31ce
StatefulViewController: 4803bf900d44de26074344998e10e041113b5931
SwiftLint: 2e4b89feed5909c42c3735bbd6745f4345c4b772
TrezorCrypto: 318c71afdc66b76109476d407f1eff916be9d175
TrezorCrypto: 7f87a2296cf13872b21565c29fd9f7882dd00803
TrustKeystore: 02614fb6b5c48fc65a0c485df7e22a44aec0c0d5

PODFILE CHECKSUM: 0ff78f57ca163a78be29ed590fed7c95a501b5f4
PODFILE CHECKSUM: 617ddfda209e7f0203a468d28c76f08444da5628

COCOAPODS: 1.4.0

0 comments on commit be99d94

Please sign in to comment.