How to put database file inside macOs application package contents?

Dragging it into the project doesn’t seem to work like dragging images in does.

My goal is to get the db.rsd file into the content/resources folder in the package contents of the app so i can then copy it from there to ~library/application support/myapp/…

Build Settings -> Build Step -> Copy Files

sounds good.

Create a Copy Files Build Step that copies the file to the package (probably Resources). More info here:

http://developer.xojo.com/userguide/build-automation

Thanks Paul. I was going crazy trying to Find Build Step under Build Settings.