Update the Mac Info.plist structure

The bundle signature is not a necessary property in any of the OS X
versions we support. And the current bundle version identifier is 6.0,
not 1.0.

Signed-off-by: Thiago Macieira <thiago@macieira.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Thiago Macieira 2014-02-26 16:51:51 -08:00 committed by Dirk Hohndel
parent fdc11abe68
commit 68d80e7a9d

View file

@ -10,14 +10,12 @@
<string>Subsurface</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>SBSF</string>
<key>CFBundleExecutable</key>
<string>subsurface</string>
<key>CFBundleIdentifier</key>
<string>org.hohndel.subsurface</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>1.0</string>
<string>6.0</string>
<key>CFBundleVersion</key>
<string>@SHORT_VERSION@</string>
</dict>