From 3eb289b2741a14a209148bb9305ec45454cae5ef Mon Sep 17 00:00:00 2001 From: QuentinArguillere Date: Fri, 22 Sep 2023 16:13:06 +0200 Subject: [PATCH] Remove Podfile.lock and Pods dependense from xcodeproj --- Linphone.xcodeproj/project.pbxproj | 8 -------- Podfile.lock | 21 --------------------- 2 files changed, 29 deletions(-) delete mode 100644 Podfile.lock diff --git a/Linphone.xcodeproj/project.pbxproj b/Linphone.xcodeproj/project.pbxproj index d58787b09..ef763dfca 100644 --- a/Linphone.xcodeproj/project.pbxproj +++ b/Linphone.xcodeproj/project.pbxproj @@ -39,19 +39,11 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 1CF963E4850D8355137FE34F /* Pods */ = { - isa = PBXGroup; - children = ( - ); - path = Pods; - sourceTree = ""; - }; D719ABAA2ABC67BF00B41C10 = { isa = PBXGroup; children = ( D719ABB52ABC67BF00B41C10 /* Linphone */, D719ABB42ABC67BF00B41C10 /* Products */, - 1CF963E4850D8355137FE34F /* Pods */, ); sourceTree = ""; }; diff --git a/Podfile.lock b/Podfile.lock deleted file mode 100644 index d2285071e..000000000 --- a/Podfile.lock +++ /dev/null @@ -1,21 +0,0 @@ -PODS: - - "linphone-sdk (5.3.0-alpha.173+990473d73)" - - SwiftLint (0.52.4) - -DEPENDENCIES: - - linphone-sdk (~> 5.3.0-alpha) - - SwiftLint - -SPEC REPOS: - https://github.com/CocoaPods/Specs.git: - - SwiftLint - https://gitlab.linphone.org/BC/public/podspec.git: - - linphone-sdk - -SPEC CHECKSUMS: - linphone-sdk: 9f39eda481406fdc22ebb406e40ee56e6c12fcc6 - SwiftLint: 1cc5cd61ba9bacb2194e340aeb47a2a37fda00b3 - -PODFILE CHECKSUM: bd475905201c295afc656eeac0cc62b9ab7159d5 - -COCOAPODS: 1.12.1