Skip to content

Commit

Permalink
README.md + DocC
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Jan 27, 2025
1 parent 8fe0e9c commit eda4988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You will need the publish and subscribe keys to authenticate your app. Get your
1. Create or open your project inside Xcode.
2. Navigate to **File -> Add Package Dependencies**.
3. Search for `https://github.com/pubnub/swift-chat-sdk`
4. From the **Dependency Rule** drop-down list, select **Exact**. In the version input field, type `0.10.2-dev`
4. From the **Dependency Rule** drop-down list, select **Exact**. In the version input field, type `0.11.0-dev`
5. Click the **Add Package** button.

For more information see Apple's guide on [Adding Package Dependencies to Your App](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app)
Expand Down
2 changes: 1 addition & 1 deletion Sources/ChatConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public struct ChatConfiguration {
/// Property that lets you define your custom message payload to be sent and/or received by Chat SDK on one or all channels, whenever it differs from the default `message.text` Chat SDK payload.
/// It also lets you configure your own message actions whenever a message is edited or deleted
public var customPayloads: CustomPayloads?
/// Enable automatic syncing of the ``MutedUsersManager`` data with App Context, using the current `userId` as the key.
/// Enable automatic syncing of the ``MutedUsersManagerInterface`` data with App Context, using the current `userId` as the key.
///
/// Specifically, the data is saved in the `custom` object of the following User in App Context:
///
Expand Down

0 comments on commit eda4988

Please sign in to comment.