Update podfile to use 5.4.0-alpha sdk

This commit is contained in:
QuentinArguillere 2024-01-12 15:50:34 +01:00
parent aa1c585024
commit e66a0802f5

View file

@ -5,7 +5,7 @@ source "https://github.com/CocoaPods/Specs.git"
def basic_pods
if ENV['PODFILE_PATH'].nil?
pod 'linphone-sdk', '~> 5.3.0-alpha'
pod 'linphone-sdk', '~> 5.4.0-alpha'
else
pod 'linphone-sdk', :path => ENV['PODFILE_PATH'] # local sdk
end