From 301a857add948df2314f9e6dcf78306451bf1ee6 Mon Sep 17 00:00:00 2001 From: Danmei Chen Date: Fri, 30 Nov 2018 16:18:45 +0100 Subject: [PATCH] reset Podfile --- Podfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Podfile b/Podfile index 17270eaef..5826313f5 100644 --- a/Podfile +++ b/Podfile @@ -1,6 +1,6 @@ # Uncomment the next line to define a global platform for your project platform :ios, '9.0' -source "https://gitlab.linphone.org/BC/public/podspec.git" +source "git@gitlab.linphone.org:BC/public/podspec.git" target 'latestCallsWidget' do # Uncomment the next line if you're using Swift or would like to use dynamic frameworks @@ -23,7 +23,7 @@ target 'liblinphoneTester' do use_frameworks! # Pods for liblinphoneTester - pod 'linphone-sdk','~> 4.1-29-g72537ad' + pod 'linphone-sdk', '~> 4.1-61-g3043fc8' target 'liblinphoneTesterTests' do inherit! :search_paths @@ -37,7 +37,7 @@ target 'linphone' do use_frameworks! # Pods for linphone - pod 'linphone-sdk','~> 4.1-29-g72537ad' + pod 'linphone-sdk', '~> 4.1-61-g3043fc8' target 'linphoneTests' do inherit! :search_paths