Skip to content

Commit

Permalink
fix tvOS?
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Aug 5, 2024
1 parent 8ff26a4 commit 572e920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BuildTool/BuildTool.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ enum Platform: String, CaseIterable {
case .iOS:
.lookup(destinationPredicate: .init(runtime: "iOS-17-5", deviceType: "iPhone-15"))
case .tvOS:
.lookup(destinationPredicate: .init(runtime: "tvOS-17-5", deviceType: "Apple TV"))
.lookup(destinationPredicate: .init(runtime: "tvOS-17-5", deviceType: "Apple-TV-4K-3rd-generation-4K"))
}
}
}
Expand Down

0 comments on commit 572e920

Please sign in to comment.