Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions sdk/ios/calling-integration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ platform :ios, '11.0'
use_frameworks!

target 'YourApp' do
pod 'CometChatSDK', '4.0.69'
pod 'CometChatCallsSDK', '4.2.0'
pod 'CometChatSDK', '4.0.71'
pod 'CometChatCallsSDK', '4.2.1'

end
```
Expand Down Expand Up @@ -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 :::

Expand Down
2 changes: 1 addition & 1 deletion sdk/ios/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ platform :ios, '12.0'
use_frameworks!

target 'YourApp' do
pod 'CometChatSDK', '4.0.69'
pod 'CometChatSDK', '4.0.71'
end
```

Expand Down
4 changes: 2 additions & 2 deletions sdk/ios/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ platform :ios, '11.0'
use_frameworks!

target 'MyApp' do
pod 'CometChatSDK', '4.0.69'
pod 'CometChatSDK', '4.0.71'
end
```

Expand Down Expand Up @@ -96,7 +96,7 @@ To install **Swift Packages** you can use Xcode package manager\*\*.\*\*
<img src="/images/fa786752-1634032671-f0fc1c00c9f33cca47875131228648cb.png" />
</Frame>

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.71` . Then click on the **Add Package** button.

<Frame>
<img src="/images/edbea27b-nh6l7iltomtl4me5y6yzvupevalnh891fcoemppo30e6ijlc2boq1pxyanc6ujnt-438a8e2fee0f935ba81fc7ee14dc5ab7.png" />
Expand Down
8 changes: 4 additions & 4 deletions ui-kit/ios/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ use_frameworks!

target 'YourApp' do
# CometChat UI Kit for Swift
pod 'CometChatUIKitSwift', '5.0.10'
pod 'CometChatUIKitSwift', '5.1.2'

# Optional: Include if you're using Audio/Video Calling
pod 'CometChatCallsSDK', '4.2.0'
pod 'CometChatCallsSDK', '4.2.1'
end
```

Expand Down Expand Up @@ -163,7 +163,7 @@ https://github.com/cometchat/cometchat-uikit-ios
Exact Version:

```
5.0.10
5.1.2
```

4. Add `CometChatSDK` repeating the above steps for following link and exact version:
Expand All @@ -177,7 +177,7 @@ https://github.com/cometchat/cometchat-uikit-ios
Exact Version:

```
4.0.69
4.0.71
```

</Tab>
Expand Down