PaulS I have various databases (readonly) that need to be added to the resources folder of the application. In Xojo you can add a build step that copies files to the resources folder. Is there anything like this available in Objo?
Garry Currently Objo doesn't have the equivalent of a public "build step" for copying files but this is a great suggestion. Added to the feature list: https://feedback.objo.dev/feature/278 Should be reasonably straightforward to add since we already handle bundling image assets into a built app. I see no reason why that service provider can't be extended to arbitrary data.