14 Dec
2007
14 Dec
'07
6:22 a.m.
On Dec 13, 2007, at 10:13 PM, Jeremy Huddleston wrote:
Really? It needs argv to be the full path? That doesn't make sense since this works:
PATH=/Applications/TextEdit.app/Contents/MacOS TextEdit
In that case I think it's able to infer the bundle from the directory containing TextEdit, but consider the following: $ ln -s /Applications/TextEdit.app/Contents/MacOS/TextEdit /tmp/foo $ /tmp/foo 2007-12-13 22:21:33.780 foo[2185:10b] No Info.plist file in application bundle or no NSPrincipalClass in the Info.plist file, exiting - Kevin