Re: OS X application ID

2012-03-19 Thread Pete
But be careful - those properties aren't carried over to the standalone so if you need access to them in the standalone as well as the IDE, you'll need to grab them and put them into your own custom properties, possibly in the savingStandalone handler. Pete On Mon, Mar 19, 2012 at 10:39 AM, J. Lan

Re: OS X application ID

2012-03-19 Thread J. Landman Gay
On 3/19/12 8:30 AM, Dar Scott wrote: I am pondering about how a handler that is part of the development of an application that is being created and tested in the IDE might know about the eventual OS X application ID of that app. Where is the OS X application ID saved by the standalone applicatio