Is it possible to distribute an app that has files in NSDocumentDirectory?
- by iter
I know how to put files into a bundle. These are read-only; the user cannot modify them at runtime.
I know how to write files NSDocumentDirectory at runtime. These are read-write.
I know I can copy files from a bundle into NSDocumentDirectory the first time my app starts up.
I am wondering if there is a way to package writeable files directly with an application.