I’m using Couchbase Lite in a couple of mobile apps. In order to “pre-fill” the database, I need to add the database bundle as an Xcode resource. Its file looks like e.g. myapp.cblite2, and is seen as a single file in the Finder and in Xcode, however it is actually a “package”/folder containing sqlite files and attachments, and this how Projucer sees it. When adding it to the project via Projucer, it causes errors as it adds the contents of the folder rather than the file/bundle. So I need to manually add it in Xcode instead - drag it into the project, and select “Create folder references”
Is there a way to get Projucer to see it as one file instead of a folder?
