| Index: remoting/host/installer/mac/LaunchAgents/org.chromium.chromoting.plist
|
| ===================================================================
|
| --- remoting/host/installer/mac/LaunchAgents/org.chromium.chromoting.plist (revision 0)
|
| +++ remoting/host/installer/mac/LaunchAgents/org.chromium.chromoting.plist (working copy)
|
| @@ -0,0 +1,27 @@
|
| +<?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>org.chromium.chromoting</string>
|
| + <key>LimitLoadToSessionType</key>
|
| + <array>
|
| + <string>Aqua</string>
|
| + <string>LoginWindow</string>
|
| + </array>
|
| + <key>KeepAlive</key>
|
| + <dict>
|
| + <key>PathState</key>
|
| + <dict>
|
| + <key>/Library/PrivilegedHelperTools/org.chromium.chromoting.me2me_enabled</key>
|
| + <true/>
|
| + </dict>
|
| + </dict>
|
| + <key>Disabled</key>
|
| + <false/>
|
| + <key>ProgramArguments</key>
|
| + <array>
|
| + <string>/Library/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh</string>
|
| + </array>
|
| +</dict>
|
| +</plist>
|
|
|