Skip to content

Commit 39d72c1

Browse files
Merge pull request #301 from pusher/docs/remove-starscream-mentions
Remove some mentions of Starscream in README.md
2 parents 3d45106 + cbd2190 commit 39d72c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ github "pusher/pusher-websocket-swift"
123123

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

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`
128128

129129
### Swift Package Manager
130130

@@ -643,7 +643,7 @@ In your Swift files, you will need to import `PusherSwiftWithEncryption` rather
643643
Update your Podfile to include `PusherSwiftWithEncryption` instead of `PusherSwift`.
644644
645645
#### 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`).
647647
648648
#### Swift Package Manager
649649
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
11651165
It uses code from the following repositories:
11661166
11671167
- [Reachability.swift](https://github.com/ashleymills/Reachability.swift)
1168-
- [Starscream](https://github.com/daltoniam/Starscream)
1168+
- [Starscream](https://github.com/daltoniam/Starscream) (removed in v9.0.0)
11691169
- [Sodium](https://github.com/jedisct1/swift-sodium)
11701170
11711171
The individual licenses for these libraries are included in the corresponding Swift files.

0 commit comments

Comments
 (0)