Re: processName and Bundle Name -- the same?

2009-02-03 Thread Kyle Sluder
On Tue, Feb 3, 2009 at 6:43 PM, Sean McBride wrote: > When/if you localise your app, you may localise CFBundleName, yet a file/ > folder name on disk can only be in one language, so CFBundleName may not > be the best choice. Then you should localize your Application Support folder as well: http:/

Re: processName and Bundle Name -- the same?

2009-02-03 Thread Sean McBride
On 2/3/09 11:12 AM, Stuart Malin said: >In order to locate certain application-specific directories, I use the >application's name (say, for example /Library/ > > >Presently I am using >[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleName"] >to get the application name. When/if you lo

Re: processName and Bundle Name -- the same?

2009-02-03 Thread Benjamin Dobson
On 3 Feb 2009, at 21:12:14, Stuart Malin wrote: In order to locate certain application-specific directories, I use the application's name (say, for example / Library/ Presently I am using [NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleName"] to get the application name. (in my

processName and Bundle Name -- the same?

2009-02-03 Thread Stuart Malin
In order to locate certain application-specific directories, I use the application's name (say, for example /Library/ Presently I am using [NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleName"] to get the application name. (in my info.plist, the Bundle Name is set from $(PRODUCT_N