Created
January 26, 2017 05:32
-
-
Save hammadzz/d48f7654139915ad597ac341732f63da to your computer and use it in GitHub Desktop.
Crashlytics Runscript
This file contains 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" <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