Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Nov 6, 2024
1 parent ac88c32 commit 5577a4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sdks:
- distribution-type: source
distribution-repository: GitHub release
package-name: PubNubSwiftChatSDK
location: https://github.com/pubnub/swift-chat-sdk/archive/refs/tags/0.8.0-dev.zip
location: https://github.com/pubnub/swift-chat-sdk/archive/refs/tags/0.8.2-dev.zip
supported-platforms:
supported-operating-systems:
iOS:
Expand Down
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.8.2-dev`
4. From the **Dependency Rule** drop-down list, select **Exact**. In the version input field, type `0.9.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

0 comments on commit 5577a4e

Please sign in to comment.