Created
March 1, 2018 20:08
-
-
Save sdgandhi/76925fdb08a7d9272bb2bc496d27cfc0 to your computer and use it in GitHub Desktop.
Only run firebase fabric dsym upload on release configuration
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
if [ "${CONFIGURATION}" = "Release" ]; then | |
"${PODS_ROOT}/Fabric/run" | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment