I am trying to update an outdated application to use the Thinning and bitcode application.
However, since each device now has its own custom assembly, I have two problems that I could not find any information on the Internet:
- How to update continuous integration scripts to create device specific binaries?
- Wouldn't having multiple device specific binaries increase overall QA performance? Because now you may have certain resources that are missing only from certain binaries, because you used the Thinning application for images. If you now support two operating systems, now you need to test 5 binary files on 2 OSs so that you have ten configurations to support. Is there a way to reduce the risks in this?
source
share