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>CFBundleExecutable</key> <string>Civetweb</string>
6  <key>CFBundlePackageType</key> <string>APPL</string>
7  <key>CFBundleTypeRole</key> <string>None</string>
8  <key>CFBundleIconFile</key> <string>civetweb</string>
9  <key>CFBundleIconFiles</key> <array>
10    <string>civetweb_16x16.png</string>
11    <string>civetweb_22x22.png</string>
12    <string>civetweb_32x32.png</string>
13    <string>civetweb_64x64.png</string>
14  </array>
15  <key>LSUIElement</key> <true/>
16  <key>RunAtLoad</key> <true/>
17  <key>Label</key> <string>com.nofacepress.civetweb</string>
18  <key>ProgramArguments</key> <array> </array>
19  <key>KeepAlive</key> <true/>
20</dict>
21</plist>
22