From a5f77584f978d5d2b2141656ba3c226186bb2d44 Mon Sep 17 00:00:00 2001 From: Dawinder Kaur Date: Tue, 11 Nov 2025 19:47:58 +0530 Subject: [PATCH] updated ios calls, uikit versions --- sdk/ios/calling-integration.mdx | 4 ++-- sdk/ios/setup.mdx | 4 ++-- ui-kit/ios/getting-started.mdx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sdk/ios/calling-integration.mdx b/sdk/ios/calling-integration.mdx index 9546338c..c05592a3 100644 --- a/sdk/ios/calling-integration.mdx +++ b/sdk/ios/calling-integration.mdx @@ -90,7 +90,7 @@ use_frameworks! target 'YourApp' do pod 'CometChatSDK', '4.0.69' - pod 'CometChatCallsSDK', '4.2.0' + pod 'CometChatCallsSDK', '4.2.1' end ``` @@ -184,7 +184,7 @@ Pod installation Your pod file will open in the text editor. Add your project dependency. -3. pod 'CometChatCallsSDK', '4.2.0' +3. pod 'CometChatCallsSDK', '4.2.1' 4. For M1 Mac - arch -x86\_64 pod install or For Intel Mac - pod install ::: diff --git a/sdk/ios/setup.mdx b/sdk/ios/setup.mdx index 0f3b94ae..d9983880 100644 --- a/sdk/ios/setup.mdx +++ b/sdk/ios/setup.mdx @@ -53,7 +53,7 @@ platform :ios, '11.0' use_frameworks! target 'MyApp' do - pod 'CometChatSDK', '4.0.69' + pod 'CometChatSDK', '4.0.70' end ``` @@ -96,7 +96,7 @@ To install **Swift Packages** you can use Xcode package manager\*\*.\*\* -3. Once the pop-up appears, enter the github repository address in the search bar [`https://github.com/cometchat/chat-sdk-ios.git`](https://github.com/cometchat/chat-sdk-ios.git) and set dependency rule to `Up to Next Major Version` and set version as `4.0.69` . Then click on the **Add Package** button. +3. Once the pop-up appears, enter the github repository address in the search bar [`https://github.com/cometchat/chat-sdk-ios.git`](https://github.com/cometchat/chat-sdk-ios.git) and set dependency rule to `Up to Next Major Version` and set version as `4.0.70` . Then click on the **Add Package** button. diff --git a/ui-kit/ios/getting-started.mdx b/ui-kit/ios/getting-started.mdx index 4599c5ac..4b9dd1ec 100644 --- a/ui-kit/ios/getting-started.mdx +++ b/ui-kit/ios/getting-started.mdx @@ -113,10 +113,10 @@ use_frameworks! target 'YourApp' do # CometChat UI Kit for Swift - pod 'CometChatUIKitSwift', '5.0.10' + pod 'CometChatUIKitSwift', '5.0.11' # Optional: Include if you're using Audio/Video Calling - pod 'CometChatCallsSDK', '4.2.0' + pod 'CometChatCallsSDK', '4.2.1' end ```