Skip to content
Merged
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
4 changes: 2 additions & 2 deletions docs/guides/realtimekit-migration/sdk-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ The Dyte SDKs are now in maintenance mode and will no longer receive feature upd
The following table maps the deprecated Dyte SDKs to their new Cloudflare RealtimeKit equivalents for iOS:
| Dyte SDK | RealtimeKit SDK |
| -------------- | ----------------------------------------------------------------- |
| `DyteiOSCore` | [`RealtimeKit`](https://github.com/dyte-in/RealtimeKitUI) |
| `DyteUiKit` | [`RealtimeKitUI`](https://github.com/dyte-in/RealtimeKitCoreiOS) |
| `DyteiOSCore` | [`RealtimeKit`](https://github.com/dyte-in/RealtimeKitCoreiOS) |
| `DyteUiKit` | [`RealtimeKitUI`](https://github.com/dyte-in/RealtimeKitUI) |

:::warning
We have deprecated [Cocoapods](https://blog.cocoapods.org/CocoaPods-Specs-Repo/) support in favor of Swift Package Manager. Please migrate to continue using our SDKs.
Expand Down
Loading