mirror of
https://github.com/objective-see/BlockBlock.git
synced 2026-03-22 07:02:39 +00:00
57ca40fc7f
BlockBlock v1.0 (beta)
24 lines
594 B
Plaintext
24 lines
594 B
Plaintext
<?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>MachServices</key>
|
|
<dict>
|
|
<key>com.objective-see.blockblock</key>
|
|
<true/>
|
|
</dict>
|
|
<key>Label</key>
|
|
<string>com.objective-see.blockblock</string>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>/Library/Objective-See/BlockBlock/BlockBlock.app/Contents/MacOS/BlockBlock</string>
|
|
</array>
|
|
<key>RunAtLoad</key>
|
|
<true/>
|
|
<key>EnableTransactions</key>
|
|
<false/>
|
|
<key>LSUIElement</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|