diff options
author | Marius Kintel <marius@kintel.net> | 2013-02-07 17:29:07 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-02-07 17:29:07 (GMT) |
commit | 648b9a28bff5e5c1974fda4bde81a2fad0727835 (patch) | |
tree | 1f46618fa63a6a890899cc7a2a17867e26f71ed9 /Info.plist | |
parent | c50fd1dc7d48203abb18a5b8ec59b38b901638cb (diff) |
Added CFBundleShortVersionString and CFBundleName, both needed for Sparkle to work correctly
Diffstat (limited to 'Info.plist')
-rw-r--r-- | Info.plist | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |