From 68d80e7a9d1b99f391869ebdd3f0f6f6c9a5d0c4 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 26 Feb 2014 16:51:51 -0800 Subject: 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 Signed-off-by: Dirk Hohndel --- packaging/macosx/Info.plist.in | 4 +--- 1 file changed, 1 insertion(+), 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 @@ Subsurface CFBundlePackageType APPL - CFBundleSignature - SBSF CFBundleExecutable subsurface CFBundleIdentifier org.hohndel.subsurface CFBundleInfoDictionaryVersion - 1.0 + 6.0 CFBundleVersion @SHORT_VERSION@ -- cgit v1.2.3-70-g09d2