doc(FAQ): Fix crashlytics script

This commit is contained in:
Michael Schinis
2019-10-22 11:24:44 +03:00
committed by GitHub
parent a03c960a35
commit e12d0bbab9
+1 -1
View File
@@ -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)']
```