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
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
2 changes: 1 addition & 1 deletion ui-kit/ios/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ https://github.com/cometchat/cometchat-uikit-ios
Exact Version:

```
4.0.69
4.0.71
```

</Tab>
Expand Down