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 <[email protected]>
---
 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

_______________________________________________
subsurface mailing list
[email protected]
http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to