Skip to content

Instantly share code, notes, and snippets.

@MikeSilvis
Created March 11, 2013 17:53
Show Gist options
  • Select an option

  • Save MikeSilvis/5136178 to your computer and use it in GitHub Desktop.

Select an option

Save MikeSilvis/5136178 to your computer and use it in GitHub Desktop.
Sharing your project without forcing people to install Crashlytics on their personal computer. Written by @joeymeyer
.crashlytics
# If you want to install crashlytics on your computer
touch .crashlytics
if [ -f .crashlytics -o "$CONFIGURATION" == "Distribution" ]; then
./Crashlytics.framework/run YOUR_CRASHLYTICS_KEY
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment