remove useless code

This commit is contained in:
Danmei Chen 2020-03-10 15:21:51 +01:00
parent 13535fa2c4
commit a65774698a

View file

@ -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!