I am currently able to use On-Demand Resources in my iOS App but I have to perform a series of manual steps:
- Add ODR resources manually in XCode
- Manually tag them in XCode
- Archive the App in order to generate the bundles that will be submitted to Apple and temporarily push them on a webserver that we use to test ODR on non-prod Apps.
Is there some command-line utility that I can use for this?
Is any automation possible for any of those steps? Is there some command-line utility that I can use for this?
In my case I'm using Cordova so this (still) open PR is all I found so far: https://github.com/apache/cordova-node-xcode/pull/87