|
<?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/foundation.pEp.adapter.macOS</string>
|
|
</array>
|
|
<key>MachServices</key>
|
|
<dict>
|
|
<key>foundation.pEp.adapter.macOS</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>
|
|
</dict>
|
|
</plist>
|