[PATCH 1/1] Update the Mac Info.plist structure

Thiago Macieira thiago at macieira.org
Wed Feb 26 16:51:51 PST 2014


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 at macieira.org>
---
 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 ca7060e..f07c15f 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>
-- 
1.8.4.5



More information about the subsurface mailing list