fastlane Overview

An open source tool for defining and running deployment pipelines to automate deployment for all your build environments. fastlane lets you define multiple 'lanes' for your different build environments, such as test, beta or App Store, which connect together all your build tools into a single automated workflow. fastlane includes pre-defined actions for CocoaPods, xctool, snapshot, sigh, deliver, frameit, HockeyApp, Slack and more, or you can create your own custom actions or scripts. fastlane is a great tool to speed up your deployment process.

%>