Welcome back! Today weâll cover the last piece of making Xcode Server a viable CI tool for shipping apps: code signing. Code signing is an important part of the outstanding security of iOS, Mac, Watch and now TV apps on Appleâs platforms. However, managing code signing is still an involved process for beginners, even though Apple has been working hard to abstract away many of the details with recent releases of Xcode. Unfortunately, those improvements havenât really trickled down to Xcode Server yet, so weâll need to get our hands dirty to make it archive apps for us and let us test on real iOS devices. Shall we?
continue reading this article