Following sigh (https://docs.fastlane.tools/actions/sigh) and cert (https://docs.fastlane.tools/actions/cert/), which automate the process of managing provisioning profiles and certificates, respectively, we are now going to show you a new approach to iOS code signing that goes beyond the two we just mentioned. That is, sharing one code signing identity across your entire team, simplifying code signing set up and minimizing code signing issues.
This is a radical change from the way code signing has traditionally been done (whereby each developer has her or his own code signing identity), in which developers share a common set of code signing identities that are accessed via a shared Git repository. This modern code signing management approach promises to make credential sharing more streamlined, easier to manage, and with fewer issues...