/SparkleShare/Mac/Info.plist
http://github.com/hbons/SparkleShare · Unknown · 26 lines · 26 code · 0 blank · 0 comment · 0 complexity · 2edc9b5ec7a0b9861fa69923a84d81ea MD5 · raw file
- <?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>CFBundleIconFile</key>
- <string>sparkleshare-app</string>
- <key>CFBundleIdentifier</key>
- <string>org.sparkleshare.sparkleshare</string>
- <key>CFBundleName</key>
- <string>SparkleShare</string>
- <key>CFBundleShortVersionString</key>
- <string>2.0</string>
- <key>CFBundleVersion</key>
- <string>2.0</string>
- <key>LSApplicationCategoryType</key>
- <string>public.app-category.productivity</string>
- <key>LSMinimumSystemVersion</key>
- <string>10.6</string>
- <key>LSUIElement</key>
- <string>1</string>
- <key>NSMainNibFile</key>
- <string>MainMenu</string>
- <key>NSPrincipalClass</key>
- <string>NSApplication</string>
- </dict>
- </plist>