Where to put SQLite database to keep it from being over-ridden during update on OS X?
I'm developing my first OS X application which will be distributed through Mac App Store. The app makes use of an sqlite database which I am currently keeping on the same location as the rest of app file dependencies. I'm using Qt Framework to develop the application. Keeping within the boundaries of App Store rules; Where can I locate the database file for it not to be overridden during app updates? How should I structure the .app folder and all the dependencies? Thank you. Your question implies that you are writing to the sqlite database, which is a bad idea given the application will be