From 64a29741e44b8cbfc711289934769fe3792e6488 Mon Sep 17 00:00:00 2001 From: Gemma Barlow Date: Fri, 10 Jan 2025 13:16:44 -0500 Subject: [PATCH] Update name param --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e6abc3f6b..3ccbc10d0 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,7 @@ define destination_watchos endef define destination_tvos -"platform=tvOS Simulator,name=$(call name_for,tvOS $(TVOS_VERSION),TV),OS=$(TVOS_VERSION)" +"platform=tvOS Simulator,name=Apple TV 4K (3rd Generation),OS=$(TVOS_VERSION)" endef define destination_macos