1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE plist PUBLIC "-//Apple Computer//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>BUNDLE_ID_PREFIX.startx</string> 7 <key>ProgramArguments</key> 8 <array> 9 <string>__libexecdir__/launchd_startx</string> 10 <string>__bindir__/startx</string> 11#ifdef LAUNCHAGENT_XSERVER_PATH 12 <string>--</string> 13 <string>LAUNCHAGENT_XSERVER_PATH</string> 14#endif 15 </array> 16 <key>Sockets</key> 17 <dict> 18 <key>BUNDLE_ID_PREFIX:0</key> 19 <dict> 20 <key>SecureSocketWithKey</key> 21 <string>DISPLAY</string> 22 </dict> 23 </dict> 24 <key>ServiceIPC</key> 25 <true/> 26 <key>EnableTransactions</key> 27 <true/> 28</dict> 29</plist> 30