A bit more on this from the Developer site (the LS stands for Launch Services - launchd):
============= LSEnvironment LSEnvironment (Dictionary - OS X) defines environment variables to be set before launching this app. The names of the environment variables are the keys of the dictionary, with the values being the corresponding environment variable value. Both keys and values must be strings. These environment variables are set only for apps launched through Launch Services. If you run your executable directly from the command line, these environment variables are not set. ============= For now, I will use a shell script to export the variables and open the app. ------------------------------------------------------------------------ nonnoroger's Profile: http://forums.slimdevices.com/member.php?userid=35581 View this thread: http://forums.slimdevices.com/showthread.php?t=96328 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
