From 3257bdb7ad3f431c032aabf0f28b16fef4bd9ccf Mon Sep 17 00:00:00 2001 From: QuentinArguillere Date: Thu, 8 Jun 2023 15:49:20 +0200 Subject: [PATCH] Update incoming call tutorial to 5.2.66 SDK --- ios/swift/2-IncomingCall/IncomingCall/ContentView.swift | 2 +- ios/swift/2-IncomingCall/Podfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/swift/2-IncomingCall/IncomingCall/ContentView.swift b/ios/swift/2-IncomingCall/IncomingCall/ContentView.swift index 817ce6b..778aaa0 100644 --- a/ios/swift/2-IncomingCall/IncomingCall/ContentView.swift +++ b/ios/swift/2-IncomingCall/IncomingCall/ContentView.swift @@ -74,7 +74,7 @@ struct ContentView: View { HStack { Text("Login State : ") .font(.footnote) - Text(tutorialContext.loggedIn ? "Looged in" : "Unregistered") + Text(tutorialContext.loggedIn ? "Logged in" : "Unregistered") .font(.footnote) .foregroundColor(tutorialContext.loggedIn ? Color.green : Color.black) }.padding(.top, 10.0) diff --git a/ios/swift/2-IncomingCall/Podfile b/ios/swift/2-IncomingCall/Podfile index 3f9c85e..fe104af 100644 --- a/ios/swift/2-IncomingCall/Podfile +++ b/ios/swift/2-IncomingCall/Podfile @@ -5,7 +5,7 @@ source "https://github.com/CocoaPods/Specs.git" def basic_pods if ENV['PODFILE_PATH'].nil? - pod 'linphone-sdk', '~> 5.0.48' + pod 'linphone-sdk', '~> 5.2.66' else pod 'linphone-sdk', :path => ENV['PODFILE_PATH'] # local sdk end