Skip to content

Commit 2c5d265

Browse files
author
Daniel Browne
committed
Replace 'Sodium' mentions with 'TweetNacl' in README.md
1 parent 5af028b commit 2c5d265

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ github "pusher/pusher-websocket-swift"
124124
Carthage will produce a number of frameworks. Which of those you need to include in you project depends on which features you are using:
125125

126126
- If you **are not** using the end-to-end encryption features, you need to include the following framework binaries from the `Carthage/Build` directory: `PusherSwift` and `Reachability`
127-
- If you **are** using the end-to-end encryption features, you need to include the following framework binaries from the `Carthage/Build` directory: `PusherSwiftWithEncryption`, `Sodium` and `Reachability`
127+
- If you **are** using the end-to-end encryption features, you need to include the following framework binaries from the `Carthage/Build` directory: `PusherSwiftWithEncryption`, `TweetNacl` and `Reachability`
128128

129129
#### Xcode 12 considerations
130130

@@ -647,7 +647,7 @@ In your Swift files, you will need to import `PusherSwiftWithEncryption` rather
647647
Update your Podfile to include `PusherSwiftWithEncryption` instead of `PusherSwift`.
648648
649649
#### Carthage
650-
You do not need to change your Cartfile. However, you will need to import the `PusherSwiftWithEncryption` framework into your project, instead of `PusherSwift`. You will also need to import the `Sodium` framework into your project (in addition to `Reachability`).
650+
You do not need to change your Cartfile. However, you will need to import the `PusherSwiftWithEncryption` framework into your project, instead of `PusherSwift`. You will also need to import the `TweetNacl` framework into your project (in addition to `Reachability`).
651651
652652
#### Swift Package Manager
653653
Encrypted channels are supported by default when integrating using Swift Package Manager. No code or configuration changes are required.

0 commit comments

Comments
 (0)