Skip to content

Instantly share code, notes, and snippets.

@hirofumi
Created October 15, 2012 06:11
Show Gist options
  • Save hirofumi/3891029 to your computer and use it in GitHub Desktop.
Save hirofumi/3891029 to your computer and use it in GitHub Desktop.
symbolicatecrash launcher
#!/bin/sh
export DEVELOPER_DIR=`xcode-select -print-path`
"$DEVELOPER_DIR/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/Resources/symbolicatecrash" "$1" "$2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment