Distribution of images that have been imported

If one were to turn thier codea project into a standalone app, how would they go about making it so that images they had generated and saved and/or imported from Dropbox traveled with the project?

I would suggest copying them into a custom sprite pack folder — something like “MyProject.spritepack” and putting that into the application bundle using Xcode folder references. You would have to change your code to reflect the new name.

Alternatively you can do the above but preserve the “Dropbox.spritepack” name. This should allow you to leave your code as-is.

A last option would be to copy the resources from the application bundle to your app’s Documents folder on launch and then reference them from the “Documents” sprite pack.

Actually, I just realized that for what I was thinking, the images can simply be saved as project data.