Skip to content

Instantly share code, notes, and snippets.

@hsleedevelop
Created October 8, 2019 05:27
Show Gist options
  • Save hsleedevelop/4aa3cca76ad8ff43d2e0eb91529bc4bd to your computer and use it in GitHub Desktop.
Save hsleedevelop/4aa3cca76ad8ff43d2e0eb91529bc4bd to your computer and use it in GitHub Desktop.
Crashlytics Build Phase
debugConfig="Debug"
if [ "$debugConfig" != "${CONFIGURATION}" ]; then
echo "Running Crashlytics"
${PROJECT_DIR}/Reader/3rdPartyLibs/Crashlytics.framework/run <uuid here>
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment