Skip to content

Commit 226b0d5

Browse files
committed
Add missing LaunchDaemon
1 parent 8892cf7 commit 226b0d5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

com.ninxsoft.mist.helper.plist

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>AssociatedBundleIdentifiers</key>
6+
<array>
7+
<string>com.ninxsoft.mist</string>
8+
</array>
9+
<key>Label</key>
10+
<string>com.ninxsoft.mist.helper</string>
11+
<key>MachServices</key>
12+
<dict>
13+
<key>com.ninxsoft.mist.helper</key>
14+
<true/>
15+
</dict>
16+
<key>Program</key>
17+
<string>/Library/PrivilegedHelperTools/com.ninxsoft.mist.helper</string>
18+
<key>ProgramArguments</key>
19+
<array>
20+
<string>/Library/PrivilegedHelperTools/com.ninxsoft.mist.helper</string>
21+
</array>
22+
</dict>
23+
</plist>

0 commit comments

Comments
 (0)