Skip to content

Instantly share code, notes, and snippets.

@suraphanL
Last active November 4, 2016 05:13
Show Gist options
  • Save suraphanL/c66b018c414e62e1815a20e84f59e310 to your computer and use it in GitHub Desktop.
Save suraphanL/c66b018c414e62e1815a20e84f59e310 to your computer and use it in GitHub Desktop.
releaseConfig="Debug"
if [ "$releaseConfig" != "${CONFIGURATION}" ]; then
echo "Running Crashlytics"
./Fabric.framework/run <your_api_key_here>
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment