diff options
| author | Tom Black <[email protected]> | 2019-04-06 21:39:29 -0500 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2019-04-06 21:39:29 -0500 |
| commit | 48d5f148e179651aae30a0bb9a01ea262e3d113c (patch) | |
| tree | 3009667168b35957eeaeb93074d43e1c8dc34255 /lib | |
| parent | 385ab540946ae27101167f9fea9eafc422fd36f7 (diff) | |
| download | ruby2d-48d5f148e179651aae30a0bb9a01ea262e3d113c.tar.gz ruby2d-48d5f148e179651aae30a0bb9a01ea262e3d113c.zip | |
Use iPhone X for default simulator
Diffstat (limited to 'lib')
| -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' |
