From 449766508ff6953a746c777b89b46abdd7aac069 Mon Sep 17 00:00:00 2001 From: Diamond Lewis Date: Thu, 16 Jan 2025 10:35:06 -0600 Subject: [PATCH] watch series 10 --- .github/workflows/ci.yml | 2 +- Rakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f1ae6680..7a1ab6a2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: - "**" env: CI_XCODE_15: /Applications/Xcode_15.4.0.app/Contents/Developer - CI_XCODE_16: /Applications/Xcode_16.2.0.app/Contents/Developer + CI_XCODE_16: /Applications/Xcode_16.1.0.app/Contents/Developer jobs: tests: env: diff --git a/Rakefile b/Rakefile index 132a44226..dba66bfb6 100644 --- a/Rakefile +++ b/Rakefile @@ -14,7 +14,7 @@ starters_path = File.join(SCRIPT_PATH, 'ParseStarterProject') ios_simulator = 'platform="iOS Simulator",name="iPhone 16"' tvos_simulator = 'platform="tvOS Simulator",name="Apple TV"' -watchos_simulator = 'platform="watchOS Simulator",name="Apple Watch Series 9 (45mm)"' +watchos_simulator = 'platform="watchOS Simulator",name="Apple Watch Series 10 (46mm)"' build_action = [XCTask::BuildAction::CLEAN, XCTask::BuildAction::BUILD];