Remove unused pods #3693

pull/3694/head
Krypto Pank 3 years ago
parent e0c025359d
commit 5f7e7a5a00
  1. 8
      AlphaWallet.xcodeproj/project.pbxproj
  2. 7
      Podfile
  3. 6
      Podfile.lock

@ -5306,7 +5306,7 @@
);
mainGroup = 2912CCEC1F6A830700C6CBE3;
packageReferences = (
877115CE27562CB40090154A /* XCRemoteSwiftPackageReference "WalletConnectSwiftV2" */,
877115CE27562CB40090154A /* XCRemoteSwiftPackageReference "WalletConnectSwiftV2.git" */,
);
productRefGroup = 2912CCF61F6A830700C6CBE3 /* Products */;
projectDirPath = "";
@ -5492,7 +5492,6 @@
"${BUILT_PRODUCTS_DIR}/EthereumAddress/EthereumAddress.framework",
"${BUILT_PRODUCTS_DIR}/Eureka/Eureka.framework",
"${BUILT_PRODUCTS_DIR}/JSONRPCKit/JSONRPCKit.framework",
"${BUILT_PRODUCTS_DIR}/JavaScriptKit/JavaScriptKit.framework",
"${BUILT_PRODUCTS_DIR}/Kanna/Kanna.framework",
"${BUILT_PRODUCTS_DIR}/KeychainSwift/KeychainSwift.framework",
"${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework",
@ -5543,7 +5542,6 @@
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/EthereumAddress.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Eureka.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/JSONRPCKit.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/JavaScriptKit.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kanna.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KeychainSwift.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kingfisher.framework",
@ -7223,7 +7221,7 @@
/* End XCConfigurationList section */
/* Begin XCRemoteSwiftPackageReference section */
877115CE27562CB40090154A /* XCRemoteSwiftPackageReference "WalletConnectSwiftV2" */ = {
877115CE27562CB40090154A /* XCRemoteSwiftPackageReference "WalletConnectSwiftV2.git" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/WalletConnect-Labs/WalletConnectSwiftV2.git";
requirement = {
@ -7236,7 +7234,7 @@
/* Begin XCSwiftPackageProductDependency section */
877115CF27562CB40090154A /* WalletConnect */ = {
isa = XCSwiftPackageProductDependency;
package = 877115CE27562CB40090154A /* XCRemoteSwiftPackageReference "WalletConnectSwiftV2" */;
package = 877115CE27562CB40090154A /* XCRemoteSwiftPackageReference "WalletConnectSwiftV2.git" */;
productName = WalletConnect;
};
/* End XCSwiftPackageProductDependency section */

@ -1,4 +1,4 @@
platform :ios, '12.0'
platform :ios, '13.0'
inhibit_all_warnings!
source 'https://cdn.cocoapods.org/'
@ -11,13 +11,11 @@ target 'AlphaWallet' do
pod 'Eureka', :git=> 'https://github.com/xmartlabs/Eureka.git', :commit => '5c54e2607632ce586010e50e91d9adcb6bb3909e'
pod 'MBProgressHUD'
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.40.3'
pod 'RealmSwift', '5.5.1'
pod 'Moya', '~> 10.0.1'
pod 'JavaScriptKit'
pod 'CryptoSwift', '~> 1.4'
pod 'Kingfisher', '5.15.7'
pod 'AlphaWalletWeb3Provider', :git=>'https://github.com/AlphaWallet/AlphaWallet-web3-provider', :commit => '9a4496d02b7ddb2f6307fd0510d8d7c9fcef9870'
@ -37,7 +35,6 @@ target 'AlphaWallet' do
pod 'PaperTrailLumberjack/Swift'
pod 'WalletConnectSwift', :git => 'https://github.com/WalletConnect/WalletConnectSwift.git'
pod 'AssistantKit'
# pod 'AWSCognito'
pod 'Charts'
pod 'CocoaLumberjack', '3.7.0'
pod 'AlphaWalletAddress', :path => 'modules/AlphaWalletAddress'
@ -55,10 +52,8 @@ end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
#config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
config.build_settings['ONLY_ACTIVE_ARCH'] = 'YES'
config.build_settings['ENABLE_BITCODE'] = 'YES'
#config.build_settings["ARCHS[sdk=iphonesimulator*]"] = "x86_64"
end
if ['MailchimpSDK'].include? target.name

@ -41,7 +41,6 @@ PODS:
- iOSSnapshotTestCase/Core (6.2.0)
- iOSSnapshotTestCase/SwiftSupport (6.2.0):
- iOSSnapshotTestCase/Core
- JavaScriptKit (2.0.1)
- JSONRPCKit (2.0.3):
- Result (~> 3.0)
- Kanna (5.0.0)
@ -137,7 +136,6 @@ DEPENDENCIES:
- CryptoSwift (~> 1.4)
- Eureka (from `https://github.com/xmartlabs/Eureka.git`, commit `5c54e2607632ce586010e50e91d9adcb6bb3909e`)
- iOSSnapshotTestCase (= 6.2.0)
- JavaScriptKit
- JSONRPCKit (~> 2.0.0)
- Kanna (from `https://github.com/tid-kijyun/Kanna.git`, commit `06a04bc28783ccbb40efba355dee845a024033e8`)
- KeychainSwift (from `https://github.com/AlphaWallet/keychain-swift.git`, commit `b797d40a9d08ec509db4335140cf2259b226e6a2`)
@ -182,7 +180,6 @@ SPEC REPOS:
- EthereumABI
- EthereumAddress
- iOSSnapshotTestCase
- JavaScriptKit
- JSONRPCKit
- Kingfisher
- libsodium
@ -288,7 +285,6 @@ SPEC CHECKSUMS:
EthereumAddress: 39fe8e11cf04e4e9902b55ae653dbc4e0aee5f30
Eureka: c883105488e05bc65539f583246ecf9657cabbfe
iOSSnapshotTestCase: 9ab44cb5aa62b84d31847f40680112e15ec579a6
JavaScriptKit: 33a7abbd6e03bf12e3f19f0f8ee753e748a361c1
JSONRPCKit: b2991f2f242d72022083f9d869140dabd26d65c7
Kanna: a32875df62975f8f4b871e933b4ea1a5c3b8be0f
KeychainSwift: c0d1b0c2901b9873f07f0e560fde92929069e863
@ -321,6 +317,6 @@ SPEC CHECKSUMS:
WalletConnectSwift: 046ae74e8cb69445be9c94c66ef66f9cb019b68f
web3swift: 06118d4c4edc801444aaa995bbbddeda176b97ef
PODFILE CHECKSUM: 8f7dd4b310b869945b5fe400102f7f945783c8cf
PODFILE CHECKSUM: d0a91bf4840ae7bc5b4342f417e76be9bdebf40b
COCOAPODS: 1.11.2

Loading…
Cancel
Save