lane :beta do
increment_build_number
build_app
upload_to_testflight
end
The easiest way to build and release mobile apps.
fastlane handles tedious tasks so you don’t have to.
10,558,200
fastlane is an open source platform aimed at simplifying Android and iOS deployment.
fastlane lets you automate every aspect of your development and release workflow.
Fastlane is AMAZING! Thank you! ❤️❤️❤️
@nicollhunt 2:46 PM - 21 Jun 2017
Some free advice: if you develop mobile apps you really need Fastlane. It's a game changer. https://fastlane.tools
@deadwinter 7:01 PM - 5 Apr 2017
I love @FastlaneTools ❤️
Generating all the screenshots for iTunes Connect with one line of code feels like cheating.
@haawa799 8:42 AM - 11 Jun 2017
Software like @FastlaneTools makes me glad to build stuff. Still kinda shocked that it's possible to send builds to Testflight w/ 1 command
@austinlouden 10:31 PM - 20 Feb 2017
Fastlane lets you configure lanes to support your team’s deployment workflows. Use a single command to run a lane.
lane
:beta
do
increment_build_number build_app upload_to_testflight end
lane
:appstore
do
capture_screenshots build_app upload_to_app_store slack end
The strong open source community that contributes to fastlane is part of what makes it great. With over 700 contributors, we're building the most powerful set of tools for deploying mobile apps. Check out our GitHub repository for information on how to contribute and to become a core contributor.