-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
More arguments, new format #5
base: master
Are you sure you want to change the base?
Conversation
This is exactly what I needed, but I'm confused about how I make stdout/stderr redirect to, say the terminal. What is a sample command to make it do that? e.g. (these did not work) |
I haven't been able to figure this out. The underlying library wants a file name, not a file handle. I'm not awesome enough at darwin to know what file stdout is for the terminal. I tried the /dev/fd/1, and it didn't work. This works for me. You'll just have to tee the files. |
…lking the NSUnderlyingError stack.
Go for it. |
[TIMOB-15116]iOS7 : Include the new 64bit simulator.
I've made the arguments after the launched application more order independent, and I've added the ability to specify stdout, stderr, an environment with a plist file, and command-line arguments.