Created
July 17, 2020 08:10
-
-
Save hons82/8f5b4256756fafa3276238bb75e53c51 to your computer and use it in GitHub Desktop.
Firebase Crashlytics build phase script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"${PODS_ROOT}/FirebaseCrashlytics/run" | |
find "${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}" -name "*.dSYM" | xargs -I \{\} "${PODS_ROOT}/FirebaseCrashlytics/upload-symbols" -gsp "${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.app/GoogleService-Info.plist" --build-phase \{\} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
plus the two input files
as defined in the documentation