Skip to content

Instantly share code, notes, and snippets.

@codecaffeine
Created January 16, 2012 21:38
Show Gist options
  • Save codecaffeine/1623166 to your computer and use it in GitHub Desktop.
Save codecaffeine/1623166 to your computer and use it in GitHub Desktop.
Automator Service for Symbolicating the Current Selected File(s)
for f in "$@"
do
/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/Resources/symbolicatecrash -o "$f" "$f"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment