1. Twitter Releases New fastlane iOS Code Signing Automation Tool
12/14/2015 10:07:48 AM
Twitter Releases New fastlane iOS Code Signing Automation Tool
Git Repository,Code Signing,Git Repo,iOS certificates
https://news-cdn.moonbeam.co/Twitter-Rapid-Code-Signing-App-Developer-Magazine_30s6zt2a.jpg
App Developer Magazine
iOS

Twitter Releases New fastlane iOS Code Signing Automation Tool


Monday, December 14, 2015

Richard Harris Richard Harris

Twitter has been busy releasing functional open source tools made possible through its acquisition of fastlane in October. The latest tool in the fastlane arsenal is match, a new tool that helps automate the code signing process.

The tool helps alleviate challenges for development teams which have separate code signing identities for every member which can result in a large number of profiles including a lot of duplicates. With match, fastlane has created a central place where all code signing identity and profiles are kept by using a separate private Git repo to sync profiles across multiple machines. match will:

- Generate code signing identity and provisioning profiles if necessary.
- Stores everything in a separate Git repository
- Automatically installs the certificates and provisioning profiles from the repository.

When creating a private Git repo, certificates and profiles are stored there so there is one code signing identity for an entire team. Fastlane’s match automatically fetches the latest certificates from the remote Git repo and installs them on a local machine. If a profile is missing, fastlane will automatically generate one and upload it to a Git repo. match will store the iOS certificates provisioning profiles and the files are encrypted using openssl. 

You can learn more about how the tool works through these guidelines.


Read more: https://github.com/fastlane/match

Subscribe to App Developer Magazine

Become a subscriber of App Developer Magazine for just $5.99 a month and take advantage of all these perks.

MEMBERS GET ACCESS TO

  • - Exclusive content from leaders in the industry
  • - Q&A articles from industry leaders
  • - Tips and tricks from the most successful developers weekly
  • - Monthly issues, including all 90+ back-issues since 2012
  • - Event discounts and early-bird signups
  • - Gain insight from top achievers in the app store
  • - Learn what tools to use, what SDK's to use, and more

    Subscribe here