Panajev commented on pull request #87: URL: https://github.com/apache/cordova-node-xcode/pull/87#issuecomment-619922531
Hello @gabriele-sacchi, We have worked on something similar, helpful for debugging as tools such as Firebase App Distribution will laugh at you if you try to package all the ODR tags in the app and since you may have changes in the tags themselves you cannot just rely on the App Store Connect ones. I think the hook solution is fine, but the complex part of the pipeline becomes tag generation and syncing than the URL prefix setting I think. Kind Regards, Goffredo On Mon, Apr 27, 2020 at 10:26 AM gabriele-sacchi <[email protected]> wrote: > @Panajev <https://github.com/Panajev> It works, thank you very much. It's > a very useful tool that makes my life much better! > > I'm wondering if you also encountered the case of wanting to host the ODR > resources on a webserver (instead of TestFlight, Apple Store) for testing > purposes (ie. Internal QA Apps). > > Doing a git diff I have seen that the only thing that changes when I add a > value in XCode for "Asset Pack Manifest URL Prefix" is > ASSET_PACK_MANIFEST_URL_PREFIX, so I think I can fix that with a Cordova > hook. Or is it possible to change that with this plugin too? 🤔 > > Same thing for when you Archive the App, when in XCode instead of "Embed > in App" you choose "Host on Server", does this plugin or your fork allow us > to configure that URL programmatically? > (EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = false, plus the URL) > > Thanks, much appreciated! 🙂 > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/apache/cordova-node-xcode/pull/87#issuecomment-619854072>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AAEJOL66U36XEX7A77EU6RTROVFVLANCNFSM4K7XEJ4A> > . > ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
