Skip to content

Commit

Permalink
try iphone 15
Browse files Browse the repository at this point in the history
  • Loading branch information
dplewis committed Jan 13, 2025
1 parent 2a35deb commit 7182a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)"'

Expand Down

0 comments on commit 7182a74

Please sign in to comment.