Precache iOS app assets

In my iOS app i have dynamic set of assets (e.g. walkthrough images, custom splash screen e.t.c) on other CI i was using script to launch simulator wait till app starts and then copy from documents directory to the project so that all needed assets become ready on app startup

I’m new to bitrise and there is variety of steps that’s why i’m asking what you can recommend to achieve this step (i was thinking that there is some bitrise solution so i can ditch this pre caching script)?
Or it’s better to run my script in custom script runner as it is?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.