summaryrefslogtreecommitdiff
path: root/SparkleShare/Mac/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'SparkleShare/Mac/Info.plist')
-rwxr-xr-xSparkleShare/Mac/Info.plist26
1 files changed, 26 insertions, 0 deletions
diff --git a/SparkleShare/Mac/Info.plist b/SparkleShare/Mac/Info.plist
new file mode 100755
index 0000000..73f9a12
--- /dev/null
+++ b/SparkleShare/Mac/Info.plist
@@ -0,0 +1,26 @@
+<?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>1.5.0</string>
+ <key>CFBundleVersion</key>
+ <string>1.5.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>