From 26129e7143a4dfc68b705feabf595660e7b2256e Mon Sep 17 00:00:00 2001 From: Tom Black Date: Wed, 26 Sep 2018 19:40:43 -0700 Subject: Update iOS and tvOS simulators --- bin/ruby2d | 4 ++-- 1 file 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 -- cgit v1.2.3