Steps towards open command
- Basic open executable that invokes LaunchServices on it's parameter
- LaunchServices sees that it's a file URL and ends in .app so
it gets the main executable in it's Info.plist
Current state: prints out the path to the main executable.
Next step: get that to launch (can't just be a fork,
owned by launchd on macOS??)