force open path

This commit is contained in:
Laurent Sansonetti
2011-08-19 19:54:24 +02:00
parent ccca7a3465
commit f8eb0ea988

View File

@@ -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;