Skip to content

1.4.0 New Integrations

Compare
Choose a tag to compare
@KrauseFx KrauseFx released this 12 Jun 05:10
· 15303 commits to master since this release

New Features

  • New ensure_git_branch action to make sure you're on a specific git branch (thanks @dbachrach)
  • New update_info_plist action to update the Info.plist before building your app (thanks @tobiasstrebitzer)
  • Added commit_sha, repository_url and build_server_url options to hockey action (thanks @tadpol)
  • Added 6 new options to the cocoapods integration (thanks @tadpol)

New Commands

  • fastlane lanes: Lists all available lanes with description
  • fastlane list: Lists all available lanes without description
  • fastlane docs: Generates a markdown based documentation of all your lanes

Updated

  • Upgraded sigh to use the new spaceship.airforce 馃殌
  • Preparations for new tools to come 馃憤

Improvements

  • Improved nested Appfile (thanks @fabiomassimo)
  • Added debug information to commit_version_bump action (thanks @lmirosevic)
  • Improved ipa integration (thanks @jeanregisser)
  • Improved error handling in update_project_provisioning action