I understand that your application cannot modify its app bundle.
I have an application (written in another development environment, that I'm porting to Swift).
It has a dummy file in its app bundle that I want to modify in some way. How would I go about it?
Can I copy an item out of the app bundle, modify it, then delete it?
Thanks for any suggestions.