I can open an application using open, like this:
open ./MyApp.app
But this doesn't display the application's debug printouts - which I need.
If I locate the binary inside the package manually and run that, I get the printouts fine, but I want to be able to just run the application.
