Skip to content

Commit

Permalink
Remove name param for tvOS
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmakbarlow committed Jan 10, 2025
1 parent d554204 commit 791ac8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ platform=watchOS Simulator,name=$(call name_for,watchOS,Watch),OS=$(WATCHOS_VERS
endef

define destination_tvos
platform=tvOS Simulator,name=$(call name_for,tvOS,TV),OS=$(TVOS_VERSION)
platform=tvOS Simulator,OS=$(TVOS_VERSION)
endef

define destination_macos
Expand Down

0 comments on commit 791ac8e

Please sign in to comment.