Make some pods loaded only when building for `Debug`. e.g. SwiftLint

pull/5970/head
Hwee-Boon Yar 2 years ago
parent 592014f9d5
commit ff354d7633
  1. 5
      Podfile
  2. 2
      Podfile.lock

@ -10,7 +10,6 @@ target 'AlphaWallet' do
pod 'StatefulViewController'
pod 'QRCodeReaderViewController', :git=>'https://github.com/AlphaWallet/QRCodeReaderViewController.git', :commit=>'30d1a2a7d167d0d207ae0ae3a4d81bcf473d7a65'
pod 'KeychainSwift', :git=>'https://github.com/AlphaWallet/keychain-swift.git', :commit=> 'b797d40a9d08ec509db4335140cf2259b226e6a2'
pod 'SwiftLint', '0.50.3'
pod 'Kingfisher', '~> 7.0'
pod 'AlphaWalletWeb3Provider', :git=>'https://github.com/AlphaWallet/AlphaWallet-web3-provider', :commit => '9a4496d02b7ddb2f6307fd0510d8d7c9fcef9870'
pod 'TrezorCrypto', :git=>'https://github.com/AlphaWallet/trezor-crypto-ios.git', :commit => '50c16ba5527e269bbc838e80aee5bac0fe304cc7'
@ -32,9 +31,11 @@ target 'AlphaWallet' do
pod 'MailchimpSDK'
pod 'xcbeautify'
pod 'FloatingPanel'
pod 'SwiftFormat/CLI', '~> 0.49'
pod 'IQKeyboardManager'
pod 'SwiftLint', '0.50.3', :configuration => 'Debug'
pod 'SwiftFormat/CLI', '~> 0.49', :configuration => 'Debug'
target 'AlphaWalletTests' do
inherit! :search_paths
# Pods for testing

@ -334,6 +334,6 @@ SPEC CHECKSUMS:
TrustWalletCore: a92d85baa15932279cce925559e93695558cafdd
xcbeautify: b2c6b50c9cab6414296898e94cd153e4ea879662
PODFILE CHECKSUM: 240ed1870f166d68678989a06814d48614ca1121
PODFILE CHECKSUM: 1cef343f7680797ca4b550e50c124744560d4f23
COCOAPODS: 1.11.3

Loading…
Cancel
Save