From 0713bb58b9549baa5d3b3e1d87f7ec2389984af2 Mon Sep 17 00:00:00 2001 From: Bryce Buchanan <75274611+bryce-b@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:24:26 -0800 Subject: [PATCH] Update watch OS make file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cac2f142..fe1012f0 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ XCODEBUILD_OPTIONS_TVOS=\ XCODEBUILD_OPTIONS_WATCHOS=\ -configuration Debug \ - -destination platform='watchOS Simulator,name=Apple Watch Series 8 (45mm),OS=latest' \ + -destination platform='watchOS Simulator,name=Apple Watch Series 10 (46mm),OS=latest' \ -scheme $(PROJECT_NAME) \ -test-iterations 5 \ -retry-tests-on-failure \