Skip to content

Commit

Permalink
Enabled selection of tvOS simulators. (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
voidrender authored and czechboy0 committed Aug 3, 2016
1 parent bebc169 commit d624540
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Buildasaur/BuildTemplateViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,8 @@ class BuildTemplateViewController: ConfigEditViewController, NSTableViewDataSour
switch platform {
case .iOS, .iOS_Simulator:
allowedPlatforms = Set([.iOS, .iOS_Simulator])
case .tvOS, .tvOS_Simulator:
allowedPlatforms = Set([.tvOS, .tvOS_Simulator])
default:
allowedPlatforms = Set([platform])
}
Expand Down

0 comments on commit d624540

Please sign in to comment.