Hey, I would like to add a .txt file to my multiplatform (android & ios) library/framework to read some data from. Is there a way to add this file as an ios resource? I know that for android I can just add it to res/raw and it will work, but I'm kinda lost at ios side.