Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed status of CocoaPods support for ᴡᴀᴛᴄʜ #62

Merged
merged 1 commit into from
Jul 1, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,11 @@ Currently [`XcodeServerSDK`][xcodeserversdk] provides frameworks for the followi
|:--:|:--:|:--:|:--:|
|OS X | 10.10| :white_check_mark: | :white_check_mark: |
|iOS | 8.0| :white_check_mark: | :white_check_mark: |
|ᴡᴀᴛᴄʜ | 2.0 | :white_check_mark: | :no_entry: * |
|ᴡᴀᴛᴄʜ | 2.0 | :white_check_mark: | :warning: * |

*: _CocoaPods still doesn't support watchOS, but its working on it. You can check progress of the issue [here][cocoapodswatchos]_
*: _CocoaPods supports this on the `0.38.0.beta.1` release; you can check the `PR` [here][cocoapodswatchos]; and [here][watchossample] you can take a look at a sample implementation of ᴡᴀᴛᴄʜ pods._
[cocoapodswatchos]:https://github.com/CocoaPods/CocoaPods/pull/3681
[watchossample]:https://github.com/neonichu/native-watchOS-example

# Projects using XcodeServerSDK
- [Buildasaur](https://github.com/czechboy0/Buildasaur) - connect Xcode Server with GitHub Pull Requests.
Expand Down