I am designing a small app for Mac OSX with little requirements and thinking on the simplest (in terms of laving the system clean) place to store status of the program. A candidate location could be in a specific folder in the app package, this way you don’t create any other folders, user can uninstall simply erasing the package etc. Do you think that this is a god I dea or will find problems (privileges probably)?
Share
An app package should be read only:
The best place for storing app status is in ~/Library/Application Support/MyApp/