gems fastlane 1.53.0
1.53.0 New options and improvements

latest releases: 2.220.0, 2.219.0, 2.218.0...
8 years ago

📗 Changes

  • 📖 The fastlane/README.md documentation is now created automatically for you
  • 🚫 You can opt out the documentation by adding the skip_docs ation to your Fastfile
  • ⬆️ Added new git_add action (thanks Bruno)
  • ✏️ Added new option to resign action to define the entitlements (thanks @zats)
  • 🚚 Added new export options to xcodebuild command (thanks @bartoszj)
  • 🔄 Added new option to pod_push to define the source
  • 💚 Added colored output to hipchat messages (thanks @digitaliceltd)
  • 💯 Added new options to oclint action (thanks Maksym)
  • 🔗 Updated dependencies

⚠️ Notes

  • xcodebuild is a complex command, so it is recommended to use gym for building your ipa file and scan for testing your app instead.
  • It is recommended to use match according to the codesigning.guide for generating and maintaining your certificates and provisioning profiles. Use cert and sigh only if you want full control over what's going on and know more about codesigning.

Don't miss a new fastlane release

NewReleases is sending notifications on new releases.