Skip to content

Instantly share code, notes, and snippets.

@hammadzz
Created January 26, 2017 05:32
Show Gist options
  • Save hammadzz/d48f7654139915ad597ac341732f63da to your computer and use it in GitHub Desktop.
Save hammadzz/d48f7654139915ad597ac341732f63da to your computer and use it in GitHub Desktop.
Crashlytics Runscript
if [ "${CONFIGURATION}" = "Release" ]; then
"${PODS_ROOT}/Fabric/run" <release API Key> <release Build Secret>
else
"${PODS_ROOT}/Fabric/run" <debug API Key> <debug Build Secret>
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment