From a65774698aa872cf6eed32c486aea2dd60ec83d5 Mon Sep 17 00:00:00 2001 From: Danmei Chen Date: Tue, 10 Mar 2020 15:21:51 +0100 Subject: [PATCH] remove useless code --- Podfile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Podfile b/Podfile index 01de7a255..762517c02 100644 --- a/Podfile +++ b/Podfile @@ -29,14 +29,6 @@ def crashlythics end end -def ext_pods - if ENV['PODFILE_PATH'].nil? - pod 'linphone-sdk/app-extension-swift', '~> 4.4.0-alpha' - else - pod 'linphone-sdk/app-extension-swift', :path => ENV['PODFILE_PATH'] # loacl sdk - end -end - target 'liblinphoneTester' do # Uncomment the next line if you're using Swift or would like to use dynamic frameworks use_frameworks!