1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3<plist version="1.0"> 4<dict> 5 <key>Label</key> 6 <string>com.apple.debugserver</string> 7 <key>UserName</key> 8 <string>mobile</string> 9 <key>ProgramArguments</key> 10 <array> 11 <string>/Developer/usr/bin/debugserver</string> 12 <string>--lockdown</string> 13 <string>--launch=frontboard</string> 14 </array> 15 <key>AllowByProxy</key> 16 <true/> 17</dict> 18</plist> 19