I have an iOS application that I would like to submit to the Apple app store that needs to read data stored in a few data files to work correctly. How do I include these data files in the distrubtion that is downloaded to the user through the app store?
To be specific I would like to include a couple of files containing a catalog of stars, their locations in the ********* sphere, their names, magnitudes etc. The application reads these files on start up and needs them in order to work correctly.
Although I could conceivably do so, I would prefer not to compile the data directly into the application.