summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTom Black <[email protected]>2018-09-26 19:40:43 -0700
committerTom Black <[email protected]>2018-09-26 19:40:43 -0700
commit26129e7143a4dfc68b705feabf595660e7b2256e (patch)
tree22608b894f829217009938b24bc66d52f1d64be0
parent7e8032a0c33f9bf1518e39d9ca8a4c1abe190a5c (diff)
downloadruby2d-26129e7143a4dfc68b705feabf595660e7b2256e.tar.gz
ruby2d-26129e7143a4dfc68b705feabf595660e7b2256e.zip
Update iOS and tvOS simulators
-rwxr-xr-xbin/ruby2d4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ruby2d b/bin/ruby2d
index d1ff995..7437a92 100755
--- a/bin/ruby2d
+++ b/bin/ruby2d
@@ -255,7 +255,7 @@ def launch_apple(device)
puts "No iOS app built!"
exit
end
- puts `simple2d simulator --open "iPhone 8" &&
+ puts `simple2d simulator --open "iPhone XR" &&
simple2d simulator --install "build/ios/build/Release-iphonesimulator/MyApp.app" &&
simple2d simulator --launch "Ruby2D.MyApp"`
when 'tvos'
@@ -263,7 +263,7 @@ def launch_apple(device)
puts "No tvOS app built!"
exit
end
- puts `simple2d simulator --open "Apple TV" &&
+ puts `simple2d simulator --open "Apple TV 4K" &&
simple2d simulator --install "build/tvos/build/Release-appletvsimulator/MyApp.app" &&
simple2d simulator --launch "Ruby2D.MyApp"`
end