Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

Commit

Permalink
[Example] Update pod (#75)
Browse files Browse the repository at this point in the history
* pod update example

* remove swiftlint_version
  • Loading branch information
hewigovens committed Jan 1, 2021
1 parent 508a616 commit ee30adc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions Example/.swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
swiftlint_version: 0.39.2
disabled_rules:
- cyclomatic_complexity
- force_cast
Expand Down Expand Up @@ -42,4 +41,4 @@ trailing_comma:
file_header:
required_pattern: "// Copyright Trust Wallet. All rights reserved.\n"
superfluous_disable_command: warning
reporter: "xcode"
reporter: "xcode"
12 changes: 6 additions & 6 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PODS:
- BigInt (5.2.0)
- CryptoSwift (1.3.2)
- SwiftLint (0.39.2)
- CryptoSwift (1.3.8)
- SwiftLint (0.42.0)
- SwiftProtobuf (1.14.0)
- TrustSDK/Client (1.4.7):
- BigInt
- TrustWalletCore/Types
- TrustSDK/Wallet (1.4.7):
- TrustSDK/Client
- TrustWalletCore/Types (2.5.1):
- TrustWalletCore/Types (2.5.3):
- SwiftProtobuf

DEPENDENCIES:
Expand All @@ -30,11 +30,11 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
BigInt: f668a80089607f521586bbe29513d708491ef2f7
CryptoSwift: 093499be1a94b0cae36e6c26b70870668cb56060
SwiftLint: 22ccbbe3b8008684be5955693bab135e0ed6a447
CryptoSwift: 01b0f0cba1d5c212e5a335ff6c054fb75a204f00
SwiftLint: 4fa9579c63416865179bc416f0a92d55f009600d
SwiftProtobuf: ed465ed18402f998fd117f631da27e0168e6b59c
TrustSDK: e1b5f33d3df28044a6b2ed07407f640b227e7f0c
TrustWalletCore: a6faaf299efb739d6bebba451dd2fb975edba834
TrustWalletCore: fbe68202e6e2bbac217a35f1af170bf3cc8a37cd

PODFILE CHECKSUM: 3cd8abdd82cb2787c7ceb3f28154a7ede783339d

Expand Down
2 changes: 1 addition & 1 deletion Example/fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Install _fastlane_ using
```
[sudo] gem install fastlane -NV
```
or alternatively using `brew cask install fastlane`
or alternatively using `brew install fastlane`

# Available Actions
## iOS
Expand Down

0 comments on commit ee30adc

Please sign in to comment.