dsymforuuid.sh 859 Bytes
#!/usr/bin/env bash

echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"
echo "<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//ENhttp://www.apple.com/DTDs/PropertyList-1.0.dtd\">"
echo "<plist version=\"1.0\">"
echo "<dict>"
echo "    <key>AD52358C-94F8-3796-ADD6-B20FFAC00E5C</key>"
echo "    <dict>"
echo "        <key>DBGArchitecture</key>"
echo "        <string>x86_64</string>"
echo "        <key>DBGBuildSourcePath</key>"
echo "        <string>/path/to/build/sources</string>"
echo "        <key>DBGSourcePath</key>"
echo "        <string>/path/to/actual/sources</string>"
echo "        <key>DBGDSYMPath</key>"
echo "        <string>/path/to/foo.dSYM/Contents/Resources/DWARF/foo</string>"
echo "        <key>DBGSymbolRichExecutable</key>"
echo "        <string>/path/to/unstripped/executable</string>"
echo "    </dict>"
echo "</dict>"
echo "</plist>"