Include files in release build Hi,
Anyone know how I can include some additional files that is not bundled with the .app when doing a release build?
Example:
Build folder:
- Example.app
- Changes.rtf
Only thing i managed to do is added the Changes.rtf file into the .app itself by putting it in the resources.
Is there a way of doing it or do I need to add this file manually after? |