Skip to content

Instantly share code, notes, and snippets.

@natanrolnik
Last active October 21, 2015 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natanrolnik/8aadcd043247b02dc45f to your computer and use it in GitHub Desktop.
Save natanrolnik/8aadcd043247b02dc45f to your computer and use it in GitHub Desktop.
desc "Submit a new Beta Build to Fabric without notifications"
lane :fabric_silent do
import_certificates
sigh(adhoc: true)
ENV["PROFILE_UDID"] = lane_context[SharedValues::SIGH_UDID] # use the UDID of the newly created provisioning profile
gym(scheme: "MyApp AdHoc", sdk: "iphoneos9.0", use_legacy_build_api: true)
crashlytics(notifications: false)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment