chore: upgrade linphone-sdk to 5.4.84 and add linphone.org maven repo

This commit is contained in:
Andrew 2026-02-03 17:19:04 +07:00
parent 189df6d042
commit d652c1237e
5 changed files with 27 additions and 11 deletions

View file

@ -1,5 +1,5 @@
source 'https://gitlab.linphone.org/BC/public/podspec.git'
# source 'https://github.com/CocoaPods/Specs.git'
source 'https://cdn.cocoapods.org/'
platform :ios, '15.0'
@ -32,7 +32,7 @@ flutter_ios_podfile_setup
target 'Runner' do
use_frameworks!
pod 'linphone-sdk', '~> 5.2.0'
pod 'linphone-sdk', '~> 5.4.84'
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
target 'RunnerTests' do