<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<!-- Copyleft (c) 2020 by p≡p foundation -->
|
|
<!-- this file is under GNU General Public License 3.0 -->
|
|
<dict>
|
|
<key>Label</key>
|
|
<string>foundation.pEp.adapter.macOS</string>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>/Library/Application Support/pEp/pEp.app/Contents/MacOS/foundation.pEp.adapter.macOS</string>
|
|
</array>
|
|
<key>MachServices</key>
|
|
<dict>
|
|
<key>pEp.foundation.pEpXPCAdapter_OpenStep</key>
|
|
<true/>
|
|
<key>foundation.pEp.adapter.macOS_OpenStep</key>
|
|
<true/>
|
|
</dict>
|
|
<key>StandardOutPath</key>
|
|
<string>/tmp/foundation.pEp.adapter.macOS.log</string>
|
|
<key>StandardErrorPath</key>
|
|
<string>/tmp/foundation.pEp.adapter.macOS.log</string>
|
|
<key>LimitLoadToSessionType</key>
|
|
<string>Aqua</string>
|
|
<key>KeepAlive</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|