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 theInfo.plist
before building your app (thanks @tobiasstrebitzer) - Added
commit_sha
,repository_url
andbuild_server_url
options tohockey
action (thanks @tadpol) - Added 6 new options to the
cocoapods
integration (thanks @tadpol)
New Commands
fastlane lanes
: Lists all available lanes with descriptionfastlane list
: Lists all available lanes without descriptionfastlane 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