Skip to content

Commit

Permalink
Add missing LaunchDaemon
Browse files Browse the repository at this point in the history
  • Loading branch information
ninxsoft committed Jun 26, 2023
1 parent 8892cf7 commit 226b0d5
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions com.ninxsoft.mist.helper.plist
@@ -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>

0 comments on commit 226b0d5

Please sign in to comment.