diff options
author | Thiago Macieira <thiago@macieira.org> | 2014-02-26 16:51:51 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-26 17:17:50 -0800 |
commit | 68d80e7a9d1b99f391869ebdd3f0f6f6c9a5d0c4 (patch) | |
tree | 99adf319263c2ef76a0c857fdab65d54149fd26d /packaging/macosx | |
parent | fdc11abe683bf5b8cb36e3ac74bb3196efaa2cc9 (diff) | |
download | subsurface-68d80e7a9d1b99f391869ebdd3f0f6f6c9a5d0c4.tar.gz |
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>
Diffstat (limited to 'packaging/macosx')
-rw-r--r-- | packaging/macosx/Info.plist.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packaging/macosx/Info.plist.in b/packaging/macosx/Info.plist.in index ca7060e46..f07c15fd2 100644 --- a/packaging/macosx/Info.plist.in +++ b/packaging/macosx/Info.plist.in @@ -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> |