From 653e79e280275af5424281a3a69bd9082cafae10 Mon Sep 17 00:00:00 2001 From: Danmei Chen Date: Wed, 26 Dec 2018 15:37:21 +0100 Subject: [PATCH] use linphone sdk of master --- Podfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Podfile b/Podfile index 6fb4bfb79..36bbeebb4 100644 --- a/Podfile +++ b/Podfile @@ -23,7 +23,7 @@ target 'liblinphoneTester' do use_frameworks! # Pods for liblinphoneTester - pod 'linphone-sdk', '~> 4.1-69-gecb3acc' + pod 'linphone-sdk', '~> 4.1-151-g01a5d2a' target 'liblinphoneTesterTests' do inherit! :search_paths @@ -37,7 +37,7 @@ target 'linphone' do use_frameworks! # Pods for linphone - pod 'linphone-sdk', '~> 4.1-69-gecb3acc' + pod 'linphone-sdk', '~> 4.1-151-g01a5d2a' target 'linphoneTests' do inherit! :search_paths