<?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>StartInterval</key> <integer>180</integer> <key>ServiceDescription</key> <string>Launches Perforce Server</string> <key>RunAtLoad</key> <true/> <key>EnvironmentVariables</key> <dict> <key>P4ROOT</key> <string>/var/p4d</string> <key>P4PORT</key> <integer>1666</integer> <key>P4LOG</key> <string>/var/log/p4d</string> </dict> <key>ProgramArguments</key> <array> <string>/Library/PreferencePanes/Perforce Server.prefPane/Contents/Resources/p4d</string> </array> <key>OnDemand</key> <false/> <key>Label</key> <string>com.perforce.p4d</string> <key>Debug</key> <false/> </dict> </plist>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 7588 | Mike Ashmore |
This preference pane will make installation of p4d on OS X much simpler. Perhaps after some refinement it'll be worthy of packaging and letting Perforce Inc. distribute directly. |