Merge pull request #27 from TouchInstinct/feature/symbols

upload_symbols_to_crashlytics added
This commit is contained in:
Vsevolod Ivanov 2017-10-06 20:44:05 +03:00 committed by GitHub
commit ca720fe154
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