Isso o que há em com.apple.ReportCrash.Self.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.apple.ReportCrash.Self</string>
<key>MachServices</key>
<dict>
<key>com.apple.ReportCrash.Self</key>
<dict>
<key>DrainMessagesOnCrash</key>
<string>All</string>
</dict>
</dict>
<key>ProgramArguments</key>
<array>
<string>/System/Library/CoreServices/ReportCrash</string>
</array>
<key>MachExceptionHandler</key>
<true/>
<key>StandardErrorPath</key>
<string>/dev/null</string>
</dict>
</plist>