diff options
| -rw-r--r-- | lib/ruby2d/cli/launch.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ruby2d/cli/launch.rb b/lib/ruby2d/cli/launch.rb index ff09873..e5a7535 100644 --- a/lib/ruby2d/cli/launch.rb +++ b/lib/ruby2d/cli/launch.rb @@ -35,7 +35,7 @@ def launch_apple(device) puts "No iOS app built!" exit end - puts `simple2d simulator --open "iPhone XR" && + puts `simple2d simulator --open "iPhone X" && simple2d simulator --install "build/ios/build/Release-iphonesimulator/MyApp.app" && simple2d simulator --launch "Ruby2D.MyApp"` when 'tvos' |
