From e12d0bbab9d96c70b9cb9ef21effaee72f5b940e Mon Sep 17 00:00:00 2001 From: Michael Schinis Date: Tue, 22 Oct 2019 11:24:44 +0300 Subject: [PATCH] doc(FAQ): Fix crashlytics script --- Docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/FAQ.md b/Docs/FAQ.md index eff84e8f..f059687e 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -25,7 +25,7 @@ pod 'Fabric' pod 'Crashlytics' script_phase :name => 'Run Fabric', - :script => '"${PODS_ROOT}/Fabric/run"' + :script => '"${PODS_ROOT}/Fabric/run"', :input_files => ['$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)'] ```