fastlane/lib/fastlane/setup/crashlytics_beta.rb in fastlane-2.36.0.beta.20170525010052 vs fastlane/lib/fastlane/setup/crashlytics_beta.rb in fastlane-2.36.0.beta.20170526010038

- old
+ new

@@ -53,10 +53,11 @@ 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://github.com/fastlane/setups/blob/master/samples-ios/distribute-beta-build.md 🚀 + # Learn more here: https://docs.fastlane.tools/getting-started/ios/beta-deployment/ + # and: https://docs.fastlane.tools/getting-started/android/beta-deployment/ # 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}')