buildasaurs / XcodeServerSDK

Access Xcode Server API with native Swift objects.
MIT License
399 stars 30 forks source link

Support API v5 #96

Closed drewcrawford closed 9 years ago

drewcrawford commented 9 years ago

Fix #95

czechboy0 commented 9 years ago

Seems like this changed between Beta 4 and 5. I need to look into what they actually changed before I merged this, gimme a day or two.

czechboy0 commented 9 years ago

Ok all looks good, I went through the diff (diff -rq /Applications/Xcode-beta4.app/Contents/Developer/usr/share/xcs/xcsd /Applications/Xcode-beta5.app/Contents/Developer/usr/share/xcs/xcsd and then only diff the interesting files) and none of our APIs should break. Let's switch to Xcode 7 Beta 5 then!

Thanks, @drewcrawford! :+1: