From c29c5d85324ce4d00216865bbba11fa50e60fcaf Mon Sep 17 00:00:00 2001 From: Alexey Gerasimov Date: Mon, 2 Oct 2017 12:02:58 +0300 Subject: [PATCH] upload_symbols_to_crashlytics added --- xcode/commonFastfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index b81e8b2..0dd5510 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -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