/SparkleShare/Mac/Info.plist
Unknown | 26 lines | 26 code | 0 blank | 0 comment | 0 complexity | 2edc9b5ec7a0b9861fa69923a84d81ea MD5 | raw file
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>CFBundleIconFile</key> 6 <string>sparkleshare-app</string> 7 <key>CFBundleIdentifier</key> 8 <string>org.sparkleshare.sparkleshare</string> 9 <key>CFBundleName</key> 10 <string>SparkleShare</string> 11 <key>CFBundleShortVersionString</key> 12 <string>2.0</string> 13 <key>CFBundleVersion</key> 14 <string>2.0</string> 15 <key>LSApplicationCategoryType</key> 16 <string>public.app-category.productivity</string> 17 <key>LSMinimumSystemVersion</key> 18 <string>10.6</string> 19 <key>LSUIElement</key> 20 <string>1</string> 21 <key>NSMainNibFile</key> 22 <string>MainMenu</string> 23 <key>NSPrincipalClass</key> 24 <string>NSApplication</string> 25</dict> 26</plist>