Skip to content

0.5.0 New Features

Compare
Choose a tag to compare
@KrauseFx KrauseFx released this 02 Apr 16:10
· 15888 commits to master since this release
  • Added register_devices action to specify the available iOS devices right in fastlane (thanks @lmirosevic)
  • Added increment_version_number action (thanks @serluca)
  • Specify lane specific values using for_lane (thanks @fabiomassimo)
  • Support xcargs option in ipa action (thanks Ken)
  • Skip storing your credentials in your Keychain using FASTLANE_DONT_STORE_PASSWORD
  • Path to IPA files are now always absolute
  • Preparations for future Xcode releases
  • More bug fixes and improvements