Skip to content

Commit

Permalink
Merge pull request #138 from ioveracker/tvos-filters
Browse files Browse the repository at this point in the history
Added .tvOS to available device filters
  • Loading branch information
czechboy0 committed Aug 3, 2016
2 parents 10db19b + 48fb2d5 commit 9298323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XcodeServerSDK/Server Entities/DeviceSpecification.swift
Expand Up @@ -113,7 +113,7 @@ public class DeviceFilter : XcodeServerEntity {
public static func availableFiltersForPlatform(platformType: DevicePlatform.PlatformType) -> [FilterType] {

switch platformType {
case .iOS:
case .iOS, .tvOS:
return [
.AllAvailableDevicesAndSimulators,
.AllDevices,
Expand Down

0 comments on commit 9298323

Please sign in to comment.