Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dplewis committed Jan 13, 2025
1 parent 1ab502c commit f5d9ac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ 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 15"'
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 7 (45mm)"'
watchos_simulator = 'platform="watchOS Simulator",name="Apple Watch Series 9 (45mm)"'

build_action = [XCTask::BuildAction::CLEAN, XCTask::BuildAction::BUILD];

Expand Down

0 comments on commit f5d9ac7

Please sign in to comment.