upload_symbols_to_crashlytics added

This commit is contained in:
Alexey Gerasimov 2017-10-02 12:02:58 +03:00
parent 068644218c
commit c29c5d8532
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@ after_all do |lane, options|
notes_path: releaseNotesFile,
groups: "touch-instinct"
)
upload_symbols_to_crashlytics(
dsym_path: "./#{$appName}.app.dSYM.zip",
api_token: token
)
end
end