Add missing LaunchDaemon

This commit is contained in:
Nindi Gill 2023-06-26 11:21:20 +10:00
parent 8892cf7d7e
commit 226b0d57d9
No known key found for this signature in database
GPG key ID: FF9A7FD590D4F4B1

View file

@ -0,0 +1,23 @@
<?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>AssociatedBundleIdentifiers</key>
<array>
<string>com.ninxsoft.mist</string>
</array>
<key>Label</key>
<string>com.ninxsoft.mist.helper</string>
<key>MachServices</key>
<dict>
<key>com.ninxsoft.mist.helper</key>
<true/>
</dict>
<key>Program</key>
<string>/Library/PrivilegedHelperTools/com.ninxsoft.mist.helper</string>
<key>ProgramArguments</key>
<array>
<string>/Library/PrivilegedHelperTools/com.ninxsoft.mist.helper</string>
</array>
</dict>
</plist>