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 - 1.33.3 Added optional crash reporting

Published by KrauseFx about 9 years ago

You can now opt-in to send crash reports when you experience problems with fastlane

fastlane enable_crash_reporting

👍 This makes resolving issues much easier and helps improving fastlane
🔒 The reports might contain personal data, but will be stored securely on getsentry.com
✨ Once crash reporting is enabled, you have much cleaner output when something goes wrong

Privacy

I tried my best removing all personal information from the stack traces, I wrote an extension to remove the username from absolute paths link and remove things like the host name.

There might be situations where personal information will get uploaded to getsentry.com, for example when the exception text contains the app identifier.

If you decide to disable crash reporting again:

fastlane disable_crash_reporting
fastlane - 1.33.2 Updated spaceship and pilot

Published by KrauseFx about 9 years ago

  • Updated to pilot 1.0
  • Updated to spaceship, which now uses the new team selection endpoint
fastlane - 1.33.1 Updated to produce 1.0

Published by KrauseFx about 9 years ago

Updated to produce 1.0

fastlane - 1.33.0 Updated to sigh 1.0

Published by KrauseFx about 9 years ago

  • Updated sigh to 1.0
  • Imrpoved slack action
  • Improved create_keychain action
  • Improved set_build_number_repository
fastlane - 1.32.4 Improvements

Published by KrauseFx about 9 years ago

  • Updated to cert 1.0
  • Support for annotated tags with add_git_tag
  • Improved handling of the --verbose parameter for the fastlane tools
fastlane - 1.32.3 Updated PEM

Published by KrauseFx about 9 years ago

  • Updated pem dependency
  • Fixed a bug in the update_fastlane action
fastlane - 1.32.2 Improvements

Published by KrauseFx about 9 years ago

  • Improved slather action
  • Improved unlock_keychain action
  • Improved error message when the Fastfile is invalid
  • Improved Fastfile template
  • Improved documentation
  • Updated dependencies
fastlane - 1.32.1 Pod Push Improvements

Published by KrauseFx about 9 years ago

  • Renamed pod_push_trunk to pod_push
  • Added pod push support for private repos
  • Improved Fastfile template
fastlane - 1.32.0 New Integrations

Published by KrauseFx about 9 years ago

  • Added new pod_push_trunk action (thanks @squarefrog)
  • git_commit action now supports multiple paths as parameter (thanks @squarefrog)
  • Improved One-Off actions
fastlane - 1.31.0 Added OneOff actions

Published by KrauseFx about 9 years ago

  • Added new fastlane run command to run one-off actions
  • Improved error message when Xcode validation failed
fastlane run slack message:"Hi There" channel:testing

You can now run fastlane actions without defining them in a lane. You can pass any number of parameters by using the : symbol.

fastlane - 1.30.2 Fixed update_fastlane action

Published by KrauseFx about 9 years ago

  • Fixed issue with update_fastlane action
  • Automatically convert invalid quotations in configuration files
fastlane - 1.30.1 New carthage option

Published by KrauseFx about 9 years ago

Added new no_build option

fastlane - 1.30.0 Upgrade to deliver 1.0.0

Published by KrauseFx about 9 years ago

  • Updated to deliver 1.0.0
  • Updated the testflight action to use pilot
  • Support to only upload the dSYM file to hockey
  • Improved running tests using the xctest action
  • Improved Hipchat API v1 integration

Important: Action Required

The new deliver breaks existing setups, please take a look at the Migration Guide to 1.0
Also check out the updated project page and new documentation for the Deliverfile

It is really important you follow the migration guide as a lot of things have changed.

fastlane - 1.29.2 Debug Action

Published by KrauseFx about 9 years ago

  • Improved the clean_build_artifacts in combination with the updated sigh integration
  • Added new debug action to quickly print out the lane context variables
fastlane - 1.29.1 UX Improvements

Published by KrauseFx about 9 years ago

  • gym will now automatically use the correct export_method if you run sigh before it
  • When you have multiple sigh steps in your process, clean_build_artifacts will now clear all profiles instead of just the last one
  • Added new settings option for commit_version_bump if you also commit the version number in your Settings.bundle
fastlane - 1.29.0 New Integrations

Published by KrauseFx about 9 years ago

  • Updated verify_xcode action to use 's recommended way of verifying (Source)
  • Added new splunkmint action to upload dSYM files to Splunk MINT
  • Added new nexus_upload action to upload ipa files to Sonatype Nexus
  • Removed dependencies to third party gems which speeds up the installation of fastlane
  • Updated to the new gym which lets you inspect the raw xcodebuild outputs in the ~/Library/Logs/gym folder
  • Updated import_from_git action to clone into a unique repo
fastlane - 1.28.0 Added verify_xcode

Published by KrauseFx about 9 years ago

  • Added new verify_xcode action: Verifies that the Xcode installation is properly signed by Apple (Context)
  • Improved crashlytics integration to also support notes directly, making it much easier to use
  • Fixed an issue with the boolean prompt action when used after a multiline prompt
  • Fixed an issue with the set_github_release action
  • Improved tests
fastlane - 1.27.0 New git action and updated tools

Published by KrauseFx about 9 years ago

  • New git_commit to quickly commit files
  • Automatic detection of common problems with broken configuration files, e.g. when using invalid quotations
  • Improved fastlane lanes output
  • Updated to the new gym which uses the brand new Xcode 7 API, more information here
  • Updated snapshot to support the new Xcode 7
fastlane - 1.26.0 New Integrations

Published by KrauseFx about 9 years ago

  • New: version_get_podspec action to get the version number from your pod
  • New: version_bump_podspec increment the version number of your pod
  • New: dotgpg_environment action to read production keys from an encrypted file
  • Introduced weak references to make the fastlane installation lighter
  • Improved artifactory action
  • Fixed slather version conflict with cocoapods
fastlane - 1.25.1 Improvements

Published by KrauseFx about 9 years ago

  • Added from option for Hipchat
  • Improved documentation
  • Added support for documenting the return value of integrations
  • Fixed issue with the sh action