Skip to content

Instantly share code, notes, and snippets.

@sdgandhi
Created March 1, 2018 20:08
Show Gist options
  • Save sdgandhi/76925fdb08a7d9272bb2bc496d27cfc0 to your computer and use it in GitHub Desktop.
Save sdgandhi/76925fdb08a7d9272bb2bc496d27cfc0 to your computer and use it in GitHub Desktop.
Only run firebase fabric dsym upload on release configuration
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