SDK Update

This commit is contained in:
Christophe Deschamps 2022-01-19 18:27:30 +01:00
parent 234152a2f9
commit 82a013c23e

View file

@ -5,7 +5,7 @@ source "https://github.com/CocoaPods/Specs.git"
def all_pods
if ENV['PODFILE_PATH'].nil?
pod 'linphone-sdk', '~> 5.1.0-alpha.75+d4a0bd2'
pod 'linphone-sdk', '~> 5.1.0-beta.67+d777941e'
else
pod 'linphone-sdk', :path => ENV['PODFILE_PATH'] # local sdk
end