buildasaurs / XcodeServerSDK

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

Add platforms for tvOS and tvOS simulator #116

Closed czechboy0 closed 8 years ago

czechboy0 commented 8 years ago

In DeviceSpecification.swift, so that we support tvOS targets. We'll need to put a beta Xcode on Xcode Server and then just GET https://SERVER:20343/api/platforms and find out what the codes for those platforms are and add them in DeviceSpecification.swift.

czechboy0 commented 8 years ago

WIP #117