In this article, we are going to set up Jenkins for running iOS/ Mac OS builds. — GOAL As we know, we require apple hardware in order to run Mac/iOS builds. If you host Jenkins CI server in Linux machine, it is not capable of running Mac/iOS builds. Therefore, we need to create a distributed system(master/slave architecture) so that slave will be capable of running Mac/iOS builds. Master…