Skip to content

Commit

Permalink
Update pod (trustwallet#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro-isaza authored and vikmeup committed Nov 16, 2018
1 parent 55ea679 commit 6a911e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ PODS:
- SipHash (1.2.0)
- StatefulViewController (3.0)
- SwiftLint (0.27.0)
- TrezorCrypto (0.0.8)
- TrezorCrypto (0.0.9)
- TrustCore (0.0.7):
- BigInt
- TrezorCrypto (~> 0.0.6)
Expand Down Expand Up @@ -173,7 +173,7 @@ SPEC CHECKSUMS:
SipHash: c6e9e43e9c531b5bc6602545130c26194a6d31ce
StatefulViewController: 4803bf900d44de26074344998e10e041113b5931
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073
TrezorCrypto: 938c4b715fff7824a9c891a105e65ee0e4e81662
TrezorCrypto: bfeea47a052dca2c77d4a39e1e183865e52de14d
TrustCore: 6c7deb45f03664d650da712bb5a19b33df0534a6
TrustKeystore: c54b52ade9c97d31d23ded9ae2518c62dd73b5fe
TrustWalletSDK: 12451433bda69bc07e5a27408449b1f4692879e4
Expand All @@ -182,4 +182,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 30a4ddccde066176b63c4f1326409df048b754a1

COCOAPODS: 1.5.3
COCOAPODS: 1.6.0.beta.1
8 changes: 4 additions & 4 deletions Trust.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2700,7 +2700,7 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-Trust/Pods-Trust-resources.sh",
"${PODS_ROOT}/Target Support Files/Pods-Trust/Pods-Trust-resources.sh",
"${PODS_CONFIGURATION_BUILD_DIR}/TrustWeb3Provider/TrustWeb3Provider.bundle",
);
name = "[CP] Copy Pods Resources";
Expand All @@ -2709,7 +2709,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Trust/Pods-Trust-resources.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Trust/Pods-Trust-resources.sh\"\n";
showEnvVarsInLog = 0;
};
29282B511F7629DB0067F88D /* Run SwiftLint */ = {
Expand Down Expand Up @@ -2782,7 +2782,7 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-Trust/Pods-Trust-frameworks.sh",
"${PODS_ROOT}/Target Support Files/Pods-Trust/Pods-Trust-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/APIKit/APIKit.framework",
"${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
"${BUILT_PRODUCTS_DIR}/BigInt/BigInt.framework",
Expand Down Expand Up @@ -2841,7 +2841,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Trust/Pods-Trust-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Trust/Pods-Trust-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
F48CC1C9F6D4FAE6EF587C03 /* [CP] Check Pods Manifest.lock */ = {
Expand Down

0 comments on commit 6a911e7

Please sign in to comment.