Created
April 16, 2015 17:28
-
-
Save mkuliszkiewicz/1b2e985ff55f1e3e1d48 to your computer and use it in GitHub Desktop.
Bot lane
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lane :bot do | |
crashlytics({ | |
crashlytics_path: '<path to crashlytics framework>', | |
api_token: '<key>', | |
build_secret: '<secret>', | |
ipa_path: ENV['IPA_PATH'], | |
groups: '<groups>', | |
notifications: false | |
}) | |
snapshot | |
frameit | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment