diff --git a/Rakefile b/Rakefile index 948581224..58ca8fcfb 100644 --- a/Rakefile +++ b/Rakefile @@ -12,7 +12,7 @@ require_relative 'Vendor/xctoolchain/Scripts/xctask/build_task' SCRIPT_PATH = File.expand_path(File.dirname(__FILE__)) starters_path = File.join(SCRIPT_PATH, 'ParseStarterProject') -ios_simulator = 'platform="iOS Simulator",name="iPhone 14"' +ios_simulator = 'platform="iOS Simulator",name="iPhone 15"' tvos_simulator = 'platform="tvOS Simulator",name="Apple TV"' watchos_simulator = 'platform="watchOS Simulator",name="Apple Watch Series 7 (45mm)"'