Commit a27f62f8 authored by Sergey Lyubka's avatar Sergey Lyubka

More options

parent d5390284
...@@ -2,17 +2,19 @@ ...@@ -2,17 +2,19 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key> <string>Mongoose</string>
<string>mongoose</string> <key>CFBundlePackageType</key> <string>APPL</string>
<key>CFBundlePackageType</key> <key>CFBundleTypeRole</key> <string>None</string>
<string>APPL</string> <key>CFBundleIconFiles</key> <array>
<key>CFBundleTypeRole</key> <string>mongoose_16x16.png</string>
<string>None</string> <string>mongoose_22x22.png</string>
<key>CFBundleIconFiles</key> <string>mongoose_32x32.png</string>
<array> <string>mongoose_64x64.png</string>
<string>mongoose_16x16.png</string> </array>
</array> <key>LSUIElement</key> <true/>
<key>LSUIElement</key> <key>RunAtLoad</key> <true/>
<true/> <key>Label</key> <string>com.kolkin.mongoose</string>
<key>ProgramArguments</key> <array> </array>
<key>KeepAlive</key> <true/>
</dict> </dict>
</plist> </plist>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment