fastlane

🚀 The easiest way to automate building and releasing your iOS and Android apps

MIT License

Downloads
138.6M
Stars
38.7K
Committers
1.5K

Bot releases are hidden (Show)

fastlane - 0.1.19 New Integrations

Published by KrauseFx over 9 years ago

Many new integrations, special thanks to the awesome @lmirosevic for providing the new integrations 🚀

  • Added add_git_tag to automatically tag your git repository
  • Added commit_version_bump to commit the version bump
  • Added clean_build_artifacts to clean up the temporary files of sigh and the other tools
  • Added ensure_git_status_clean to make sure the repository doesn't have any un-committed changes
  • Added reset_git_repo to reset the git repository after the fastlane run
  • Added resign action to code sign an existing ipa file
  • Added support for passing the notification setting to the Crashlytics integration
  • Added support for custom notes for the typetalk integration (thanks @dataich)
  • A lot of changes under the hood to work better with the recent sigh and cert releases
fastlane - 0.1.18 New cert integration

Published by KrauseFx over 9 years ago

Updated cert integration to work with the latest release.

A new fastlane release with new features is coming soon 🚀

fastlane - 0.1.17 Improved sigh integration

Published by KrauseFx over 9 years ago

Resolved some issues with the sigh integration introduced with fastlane 0.1.16.

A new fastlane release with new features is coming soon 🚀

fastlane - 0.1.16 Updated sigh integration

Published by KrauseFx over 9 years ago

Updated sigh integration to support sigh 0.4.0: https://github.com/KrauseFx/sigh/releases/tag/0.4.0

A new fastlane release with new features is coming soon 🚀

fastlane - 0.1.15 Amazon S3 Beta Distribution

Published by KrauseFx over 9 years ago

  • Added beta and enterprise app distribution via S3! You should totally check this feature out 🚀 (thanks @joshdholtz)
  • Added support for dotenv (thanks @joshdholtz)
  • Added xcode_select action to quickly switch to a different installation of Xcode (thanks @dtrenz)
  • Added verbose flag option for ipa action (thanks @gabu)
  • Fixed not showing git branch information in the Slack error notifications
  • Fixed calling the error block in the wrong folder context
fastlane - 0.1.14 New Integrations

Published by KrauseFx over 9 years ago

  • Added gcovr integration to generate code coverage results (Thanks @dtrenz)
  • Added Typetalk integration (Thanks @dataich)
fastlane - 0.1.13 Improved sigh integration

Published by KrauseFx over 9 years ago

  • fastlane will now transfer the UDID of the from sigh generated profile to all other actions.
  • Fixed a problem with the slack integration.
  • Added update_project_code_signing action to update code signing settings in an Xcode project
  • Nice new designs for the different steps
  • Fixed migration of snapshot-iPad.js
fastlane - 0.1.12 cert Integration

Published by KrauseFx over 9 years ago

This release adds a nice integration of cert with sigh.

Changes:

  • When running cert before sigh, fastlane will automatically pass the signing identity
  • You can now use sigh :force to always renew the provisioning profile
  • sigh :force will automatically add all available devices to the profile
fastlane - 0.1.11 Improved Team selection

Published by KrauseFx over 9 years ago

There are 2 actions available to set the your Team ID (if you're in multiple teams):

  • team_id "Q2CBPK58CA"
  • team_name "Felix Krause"

You can also store the team in your fastlane/Appfile

app_identifier "com.krausefx.app"
apple_id "[email protected]"

team_name "Felix Krause"
# team_id "Q2CBPJ58CA"

This is now available across all fastlane tools.

fastlane - 0.1.10 Bugfixes

Published by KrauseFx over 9 years ago

Fixed problems with local custom actions

fastlane - 0.1.9 Major refactoring

Published by KrauseFx over 9 years ago

A lot of changes under the hood: All fastlane tools now use the shared gem fastlane_core

This allows me to develop and release new features even faster 🚀

  • Added new team_id action which sets the ID of your team across all tools
  • Updated example files
  • Added Rubocop styling (thanks @JaniJegoroff)
  • Improved HipChat integration (thanks @DF-Franzi)
  • Improved parsing of shell outputs and error handling (thanks @milch)
fastlane - 0.1.8 Build IPAs with fastlane

Published by KrauseFx over 9 years ago

  • Added ipa action to build apps right in fastlane (thanks @joshdholtz)
  • Added DeployGate integration (thanks @tnj)
  • Improved HipChat integration (thanks @jingx23)
fastlane - 0.1.7 Improved phantomjs dependency

Published by KrauseFx over 9 years ago

  • No more manually installing phantomjs
  • Slack integration now shows the git author of the last commit
fastlane - 0.1.6 HipChat Integration

Published by KrauseFx over 9 years ago

Thanks @jingx23 for working on this 👍

fastlane - 0.1.5 Verbose mode for snapshot

Published by KrauseFx over 9 years ago

  • Verbose mode for snapshot: snapshot :verbose
  • Improved Slack Integration
fastlane - 0.1.4 'produce' integration

Published by KrauseFx over 9 years ago

  • Full produce integration
  • Improved Slack integration

produce was kindly sponsored by AppInstitute.

fastlane - 0.1.3 Crashlytics Beta Support

Published by KrauseFx over 9 years ago

  • Added support for Crashlytics Beta (Thanks @pedrogimenez)
  • Fixed bug with Slack integration
fastlane - 0.1.2 General Improvements

Published by KrauseFx over 9 years ago

  • Upload your dsym to HockeyApp
  • Added skip_install option to sigh
  • Added direct message support for slack
  • Improved tests
  • Updated dependencies
fastlane - 0.1.1 Hockey Action Update

Published by KrauseFx almost 10 years ago

Improved usability of HockeyApp build step

fastlane - 0.1.0 Initial Release

Published by KrauseFx almost 10 years ago

Initial fastlane release: http://fastlane.tools