📗 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 yourFastfile
- ⬆️ 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
andsigh
only if you want full control over what's going on and know more about codesigning.