I need to include some custom files (sound files) in the resources directory of iOS build.
I’ve tried something like this in the main config.xml file:
<platform name="ios">
<resource-file src="resources/sound.wav" />
</platform>
But on command ionic build iOS
the file is not copied on the resources directory of the iOS build.
Is there a way to obtain this?
Thanks