mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-22 11:46:10 +08:00
force open path
This commit is contained in:
@@ -123,7 +123,7 @@ main(int argc, char **argv)
|
||||
}
|
||||
|
||||
// Open simulator to the foreground.
|
||||
system("open -a \"iPhone Simulator\"");
|
||||
system("/usr/bin/open -a \"iPhone Simulator\"");
|
||||
|
||||
[[NSRunLoop mainRunLoop] run];
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user