In the last two chapters, we completed our first milestone of code signing our app in one lane, beta, through the use of cert and sigh, to manage our certificates and provisioning profiles. This chapter has really honed how easy it is through fastlane, as compared to the traditional approaches of managing certificates. It not only reduces the effort and burden, but makes onboarding new developers extremely easy while maintaining consistency across the development team when it comes to code signing.
In the next chapter, we are going to work through our final code-signing lane, match (https://docs.fastlane.tools/actions/match/), which takes managing certificates and provisioning profiles to even more collaborative convenience through the ability to sync those vital assets across teams easily, the way developers share code through Git.