From f2f3025554ffc6494380c1e7d77534d467d24b86 Mon Sep 17 00:00:00 2001 From: Niels Andriesse Date: Fri, 29 Jan 2021 11:08:52 +1100 Subject: [PATCH] Remove unused pod --- Podfile | 1 - Podfile.lock | 6 +----- Session.xcodeproj/project.pbxproj | 2 -- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/Podfile b/Podfile index bd6b36ded..bca1c9dc7 100644 --- a/Podfile +++ b/Podfile @@ -42,7 +42,6 @@ target 'SignalUtilitiesKit' do pod 'Curve25519Kit', git: 'https://github.com/signalapp/Curve25519Kit.git', :inhibit_warnings => true pod 'GRKOpenSSLFramework', :inhibit_warnings => true pod 'HKDFKit', :inhibit_warnings => true - pod 'libPhoneNumber-iOS', :inhibit_warnings => true pod 'Mantle', git: 'https://github.com/signalapp/Mantle', branch: 'signal-master', :inhibit_warnings => true pod 'NVActivityIndicatorView', :inhibit_warnings => true pod 'PromiseKit', :inhibit_warnings => true diff --git a/Podfile.lock b/Podfile.lock index f748204ea..78a63d0c5 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -24,7 +24,6 @@ PODS: - FeedKit (9.1.2) - GRKOpenSSLFramework (1.0.2.20) - HKDFKit (0.0.3) - - libPhoneNumber-iOS (0.9.15) - Mantle (2.1.0): - Mantle/extobjc (= 2.1.0) - Mantle/extobjc (2.1.0) @@ -131,7 +130,6 @@ DEPENDENCIES: - FeedKit - GRKOpenSSLFramework - HKDFKit - - libPhoneNumber-iOS - Mantle (from `https://github.com/signalapp/Mantle`, branch `signal-master`) - NVActivityIndicatorView - PromiseKit @@ -154,7 +152,6 @@ SPEC REPOS: - FeedKit - GRKOpenSSLFramework - HKDFKit - - libPhoneNumber-iOS - NVActivityIndicatorView - PromiseKit - PureLayout @@ -205,7 +202,6 @@ SPEC CHECKSUMS: FeedKit: 71653273ab08e618cd6fd1301ca08fc02dca6a9e GRKOpenSSLFramework: dc635b0a9d4cd8af2a9ff80a61e779e21b69dfd8 HKDFKit: c058305d6f64b84f28c50bd7aa89574625bcb62a - libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75 Mantle: 2fa750afa478cd625a94230fbf1c13462f29395b NVActivityIndicatorView: 738e843cb8924e9e4fc3e559d0728031624bf860 PromiseKit: 28fda91c973cc377875d8c0ea4f973013c05b6db @@ -221,6 +217,6 @@ SPEC CHECKSUMS: YYImage: 6db68da66f20d9f169ceb94dfb9947c3867b9665 ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb -PODFILE CHECKSUM: 887bd5e5307dd6b5f581fd79f6010cee9cc3e026 +PODFILE CHECKSUM: bb4f6cffd6e7c08814b945e1787d01d639036b1e COCOAPODS: 1.10.0.rc.1 diff --git a/Session.xcodeproj/project.pbxproj b/Session.xcodeproj/project.pbxproj index 94a5bc78e..e34c89a74 100644 --- a/Session.xcodeproj/project.pbxproj +++ b/Session.xcodeproj/project.pbxproj @@ -4454,7 +4454,6 @@ "${BUILT_PRODUCTS_DIR}/HKDFKit/HKDFKit.framework", "${BUILT_PRODUCTS_DIR}/SAMKeychain/SAMKeychain.framework", "${BUILT_PRODUCTS_DIR}/SwiftProtobuf/SwiftProtobuf.framework", - "${BUILT_PRODUCTS_DIR}/libPhoneNumber-iOS/libPhoneNumber_iOS.framework", ); name = "[CP] Embed Pods Frameworks"; outputPaths = ( @@ -4479,7 +4478,6 @@ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HKDFKit.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SAMKeychain.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftProtobuf.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/libPhoneNumber_iOS.framework", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh;