Skip to content

Commit 3a6083c

Browse files
committed
Update README for Xcode 12 and above support
- Minimum Xcode support is now 12.0 (due to Carthage dependencies now integrated using `--use-xcframeworks` option, which is Xcode 12.0 and above)
1 parent a7ea57d commit 3a6083c

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
@@ -15,7 +15,7 @@ For tutorials and more in-depth information about Pusher Channels, visit our [of
1515

1616
## Supported platforms
1717
- Swift 5.0 and above
18-
- Xcode 11.0 and above
18+
- Xcode 12.0 and above
1919
- Can be used with Objective-C
2020

2121
### Deployment targets
@@ -130,7 +130,7 @@ Alternatively, if you are building using an Intel Mac and do not want to migrate
130130

131131
### Swift Package Manager
132132

133-
To integrate PusherSwift into your project using [Swift Package Manager](https://swift.org/package-manager/), you can add the library as a dependency in Xcode (11 and above) – see the [docs](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app). The package repository URL is:
133+
To integrate PusherSwift into your project using [Swift Package Manager](https://swift.org/package-manager/), you can add the library as a dependency in Xcode – see the [docs](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app). The package repository URL is:
134134

135135
```bash
136136
https://github.com/pusher/pusher-websocket-swift.git

0 commit comments

Comments
 (0)