mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-09 14:01:55 -04:00
Add missing LaunchDaemon
This commit is contained in:
parent
8892cf7d7e
commit
226b0d57d9
1 changed files with 23 additions and 0 deletions
23
com.ninxsoft.mist.helper.plist
Normal file
23
com.ninxsoft.mist.helper.plist
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue