chore: upgrade linphone-sdk to 5.4.84 and add linphone.org maven repo
This commit is contained in:
parent
189df6d042
commit
d652c1237e
5 changed files with 27 additions and 11 deletions
|
|
@ -6,6 +6,14 @@ buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
||||||
|
maven {
|
||||||
|
name = "linphone.org maven repository"
|
||||||
|
url = uri("https://download.linphone.org/maven_repository")
|
||||||
|
content {
|
||||||
|
includeGroup("org.linphone")
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,14 @@ buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
||||||
|
maven {
|
||||||
|
name = "linphone.org maven repository"
|
||||||
|
url = uri("https://download.linphone.org/maven_repository")
|
||||||
|
content {
|
||||||
|
includeGroup("org.linphone")
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
source 'https://gitlab.linphone.org/BC/public/podspec.git'
|
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'
|
platform :ios, '15.0'
|
||||||
|
|
||||||
|
|
@ -32,7 +32,7 @@ flutter_ios_podfile_setup
|
||||||
target 'Runner' do
|
target 'Runner' do
|
||||||
use_frameworks!
|
use_frameworks!
|
||||||
|
|
||||||
pod 'linphone-sdk', '~> 5.2.0'
|
pod 'linphone-sdk', '~> 5.4.84'
|
||||||
|
|
||||||
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
|
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
|
||||||
target 'RunnerTests' do
|
target 'RunnerTests' do
|
||||||
|
|
|
||||||
|
|
@ -2,16 +2,16 @@ PODS:
|
||||||
- Flutter (1.0.0)
|
- Flutter (1.0.0)
|
||||||
- integration_test (0.0.1):
|
- integration_test (0.0.1):
|
||||||
- Flutter
|
- Flutter
|
||||||
- liblinphone_flutter (0.0.2):
|
- liblinphone_flutter (0.0.3):
|
||||||
- Flutter
|
- Flutter
|
||||||
- linphone-sdk (~> 5.2.0)
|
- linphone-sdk (~> 5.4.84)
|
||||||
- linphone-sdk (5.2.114)
|
- linphone-sdk (5.4.84)
|
||||||
|
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
- Flutter (from `Flutter`)
|
- Flutter (from `Flutter`)
|
||||||
- integration_test (from `.symlinks/plugins/integration_test/ios`)
|
- integration_test (from `.symlinks/plugins/integration_test/ios`)
|
||||||
- liblinphone_flutter (from `.symlinks/plugins/liblinphone_flutter/ios`)
|
- liblinphone_flutter (from `.symlinks/plugins/liblinphone_flutter/ios`)
|
||||||
- linphone-sdk (~> 5.2.0)
|
- linphone-sdk (~> 5.4.84)
|
||||||
|
|
||||||
SPEC REPOS:
|
SPEC REPOS:
|
||||||
https://gitlab.linphone.org/BC/public/podspec.git:
|
https://gitlab.linphone.org/BC/public/podspec.git:
|
||||||
|
|
@ -28,9 +28,9 @@ EXTERNAL SOURCES:
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
|
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
|
||||||
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
|
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
|
||||||
liblinphone_flutter: 704c79aa1453d588208c101dd5b54077cf8c1a44
|
liblinphone_flutter: d9f5b41ba24ac8c6ff5916bc3043fa9dc75b3128
|
||||||
linphone-sdk: dfe70cd91cd826e1a6833f349525a305f11b438c
|
linphone-sdk: 4df925a4973fdef74a58ce58f6c79e6cff3fa743
|
||||||
|
|
||||||
PODFILE CHECKSUM: d42999c5f93753f05e2705e1d227f627884c6aed
|
PODFILE CHECKSUM: ed544b1f5ae46acc02aae47e34573c3ba1f21c68
|
||||||
|
|
||||||
COCOAPODS: 1.16.2
|
COCOAPODS: 1.16.2
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'liblinphone_flutter'
|
s.name = 'liblinphone_flutter'
|
||||||
s.version = '0.0.2'
|
s.version = '0.0.3'
|
||||||
s.summary = 'libLinPhone integration library for Flutter apps'
|
s.summary = 'libLinPhone integration library for Flutter apps'
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
libLinPhone integration library for Flutter apps
|
libLinPhone integration library for Flutter apps
|
||||||
|
|
@ -15,7 +15,7 @@ libLinPhone integration library for Flutter apps
|
||||||
s.source = { :path => '.' }
|
s.source = { :path => '.' }
|
||||||
s.source_files = 'Classes/**/*'
|
s.source_files = 'Classes/**/*'
|
||||||
s.dependency 'Flutter'
|
s.dependency 'Flutter'
|
||||||
s.ios.dependency 'linphone-sdk', '~> 5.3.0'
|
s.ios.dependency 'linphone-sdk', '~> 5.4.84'
|
||||||
s.platform = :ios, '13.0'
|
s.platform = :ios, '13.0'
|
||||||
|
|
||||||
# Flutter.framework does not contain a i386 slice.
|
# Flutter.framework does not contain a i386 slice.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue