We were not able to complete our first task in the previous chapter using sigh (https://docs.fastlane.tools/actions/sigh), as we lacked a certificate to codesign. In this chapter, we will complete the circle through the use of a related action, cert (https://docs.fastlane.tools/actions/cert), which will help us in managing our code-signing certificates, and will complete our exercise from the previous chapter and code sign our app.
While match (https://docs.fastlane.tools/actions/match) is normally the most appropriate tool for developers to automate and share code-signing credentials, and while it takes care of all the required certificate and profiles, working with cert (https://docs.fastlane.tools/actions/cert) allows you to exercise greater control over the certification process with your apps, and this chapter will serve as...