buildasaurs / XcodeServerSDK

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

Softer API version check #129

Closed czechboy0 closed 8 years ago

czechboy0 commented 8 years ago

From now on when the SDK encounters a newer API version, instead of erroring out, it will just log that fact, but will still attempt to function as best as it can.

Fixes #128

czechboy0 commented 8 years ago

(Tested manually, all good)