fastlane/lib/fastlane/setup/crashlytics_beta.rb in fastlane-2.35.1 vs fastlane/lib/fastlane/setup/crashlytics_beta.rb in fastlane-2.36.0.beta.20170525010052
- old
+ new
@@ -53,11 +53,10 @@
beta_info_groups = @beta_info.groups_valid? ? "['#{@beta_info.groups.join("', '")}']" : "nil"
beta_info_emails = @beta_info.emails_valid? ? "['#{@beta_info.emails.join("', '")}']" : "nil"
# rubocop:disable Style/IndentationConsistency
%{ #
- # Learn more here: https://docs.fastlane.tools/getting-started/ios/beta-deployment/
- # and: https://docs.fastlane.tools/getting-started/android/beta-deployment/
+ # Learn more here: https://github.com/fastlane/setups/blob/master/samples-ios/distribute-beta-build.md 🚀
#
lane :beta do |values|
# Fabric generated this lane for deployment to Crashlytics Beta
# set 'export_method' to 'ad-hoc' if your Crashlytics Beta distribution uses ad-hoc provisioning
gym(scheme: '#{@beta_info.schemes.first}', export_method: '#{@beta_info.export_method}')