From 2b108ffd616cefc022d860ea23f01c3f8252a958 Mon Sep 17 00:00:00 2001 From: QuentinArguillere Date: Thu, 24 Mar 2022 10:06:34 +0100 Subject: [PATCH] Update podfile to point to non-beta sdk version --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index 38788bd8b..3020283c1 100644 --- a/Podfile +++ b/Podfile @@ -5,7 +5,7 @@ source "https://github.com/CocoaPods/Specs.git" def all_pods if ENV['PODFILE_PATH'].nil? - pod 'linphone-sdk', '~> 5.1.0-beta.69+950f104' + pod 'linphone-sdk', '~> 5.1.11' else pod 'linphone-sdk', :path => ENV['PODFILE_PATH'] # local sdk end