diff options
| author | Tom Black <[email protected]> | 2018-09-26 19:40:43 -0700 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2018-09-26 19:40:43 -0700 |
| commit | 26129e7143a4dfc68b705feabf595660e7b2256e (patch) | |
| tree | 22608b894f829217009938b24bc66d52f1d64be0 | |
| parent | 7e8032a0c33f9bf1518e39d9ca8a4c1abe190a5c (diff) | |
| download | ruby2d-26129e7143a4dfc68b705feabf595660e7b2256e.tar.gz ruby2d-26129e7143a4dfc68b705feabf595660e7b2256e.zip | |
Update iOS and tvOS simulators
| -rwxr-xr-x | bin/ruby2d | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
