summaryrefslogtreecommitdiff
path: root/Info.plist
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-02-07 17:29:07 (GMT)
committerMarius Kintel <marius@kintel.net>2013-02-07 17:29:07 (GMT)
commit648b9a28bff5e5c1974fda4bde81a2fad0727835 (patch)
tree1f46618fa63a6a890899cc7a2a17867e26f71ed9 /Info.plist
parentc50fd1dc7d48203abb18a5b8ec59b38b901638cb (diff)
Added CFBundleShortVersionString and CFBundleName, both needed for Sparkle to work correctly
Diffstat (limited to 'Info.plist')
-rw-r--r--Info.plist4
1 files changed, 4 insertions, 0 deletions
diff --git a/Info.plist b/Info.plist
index 0f7c9b5..a1fcb5b 100644
--- a/Info.plist
+++ b/Info.plist
@@ -2,6 +2,8 @@
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
+ <key>CFBundleName</key>
+ <string>OpenSCAD</string>
<key>CFBundleIconFile</key>
<string>@ICON@</string>
<key>CFBundlePackageType</key>
@@ -12,6 +14,8 @@
<string>OpenSCAD</string>
<key>CFBundleIdentifier</key>
<string>org.openscad.OpenSCAD</string>
+ <key>CFBundleVersion</key>
+ <string>@SHORT_VERSION@</string>
<key>CFBundleShortVersionString</key>
<string>@SHORT_VERSION@</string>
<key>CFBundleDocumentTypes</key>
contact: Jan Huwald // Impressum