Created
October 8, 2019 05:27
-
-
Save hsleedevelop/4aa3cca76ad8ff43d2e0eb91529bc4bd to your computer and use it in GitHub Desktop.
Crashlytics Build Phase
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
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