You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Carthage will produce a number of frameworks. Which of those you need to include in you project depends on which features you are using:
125
125
126
-
- 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`, `Starscream` 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`, `Starscream` and `Reachability`
126
+
- 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`
128
128
129
129
### Swift Package Manager
130
130
@@ -643,7 +643,7 @@ In your Swift files, you will need to import `PusherSwiftWithEncryption` rather
643
643
Update your Podfile to include `PusherSwiftWithEncryption` instead of `PusherSwift`.
644
644
645
645
#### Carthage
646
-
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 `Starscream` and `Reachability`).
646
+
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`).
647
647
648
648
#### Swift Package Manager
649
649
PusherSwiftWithEncryption is not yet compatible with the Swift Package Manager.
@@ -1165,7 +1165,7 @@ PusherSwift is owned and maintained by [Pusher](https://pusher.com). It was orig
0 commit comments