fastlane is the tool to release your iOS and Android app 🚀
It handles all tedious tasks, like generating screenshots, dealing with code signing, and releasing your application.
Open docs.fastlane.tools for more information
lane :appstore do
increment_build_number
cocoapods
scan
snapshot
sigh
deliver
sh "./customScript.sh"
slack
end
Need more on how to get started? See examples here.
Kudos to @KrauseFx’s snapshot project for saving me a little time today and a lot in the future.
https://t.co/an02Vvi8Tl
— Paul Haddad (@tapbot_paul) february 10, 2015
Snapshot from @KrauseFx is AMAZING. Automated 75 screen shots in 15 minutes and now will never have to do it again for any new release!
— Bouncing Ball Games (@Gary_BBGames) february 20, 2015
@krausefx OMG! Your tools and I need nothing else to submit my apps :D THANKS! <3
— lks. (@HerbstLukas) november 12, 2014
@KrauseFx this is the greatest thing ever made
— komocode (@komocode) november 26, 2014
I just used @KrauseFx's Deliver to submit a new build to the App Store while I was walking around the office doing absolutely nothing ❤️
— #KeepOffMyLawn (@joshdholtz) january 22, 2015
If you're building for iOS: check out @KrauseFx's suite of deployment QoL tools. Saving me dozens of hours so far.
https://t.co/8OSxRtjogQ
— Justin Duke (@justinmduke) december 7, 2014
Was skeptical that a few words could generate certificates, provisioning files, etc. But @KrauseFx's @FastlaneTools have blown me away...
— Rudd Fawcett (@ruddfawcett) september 2, 2015
Just tried this tool to setup screenshot automation on a Cordova iOS application - AMAZING! https://t.co/3hRhrgFuJR
— Jason Jarrett (@staxmanade) december 6, 2014
Open docs.fastlane.tools for more information