Skip to content

Instantly share code, notes, and snippets.

@reddavis
Last active November 2, 2017 09:19
Show Gist options
  • Save reddavis/3dca67182d4913b25e438525683fe248 to your computer and use it in GitHub Desktop.
Save reddavis/3dca67182d4913b25e438525683fe248 to your computer and use it in GitHub Desktop.
cd $BUDDYBUILD_PRODUCT_DIR
ls **/*.dSYM/Contents/Resources/DWARF/* | while read line; do
echo "Uploading $line"
echo "Running: curl https://upload.bugsnag.com/ -F 'dsym=@$line'"
curl https://upload.bugsnag.com/ -F "dsym=@$line"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment