Re: where to store this kind of data

2009-03-04 Thread Andreas Mayer
Am 03.03.2009 um 23:17 Uhr schrieb Benjamin Dobson: Store it in ~/Library/Application Support/YourAppName/ And make sure not to hard code the path. See the NSSearchPathForDirectoriesInDomains() function and NSString's - stringByAppendingPathComponent:. Andreas ___

Re: where to store this kind of data

2009-03-03 Thread Benjamin Dobson
On 3 Mar 2009, at 22:13:08, Stefan Groschupf wrote: Hi All, I'm very new to cocoa - though have other oo language experience. My goal is write an application that synchronize some servers with a local os x app. When my app starts it basically should list all available server connections if

where to store this kind of data

2009-03-03 Thread Stefan Groschupf
Hi All, I'm very new to cocoa - though have other oo language experience. My goal is write an application that synchronize some servers with a local os x app. When my app starts it basically should list all available server connections if this is empty open a form window where the user can add