From 98954bd5827fce7fe8b85cd45dbeff191757a7c9 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Wed, 7 Dec 2011 15:26:24 -0500 Subject: [PATCH] Added CFBundleShortVersionString to Cocoa's Info.plist. --- cocoa/me/InfoTemplate.plist | 2 ++ cocoa/pe/InfoTemplate.plist | 2 ++ cocoa/se/InfoTemplate.plist | 2 ++ 3 files changed, 6 insertions(+) diff --git a/cocoa/me/InfoTemplate.plist b/cocoa/me/InfoTemplate.plist index 315cf3c1..462668bb 100644 --- a/cocoa/me/InfoTemplate.plist +++ b/cocoa/me/InfoTemplate.plist @@ -22,6 +22,8 @@ APPL CFBundleSignature hsft + CFBundleShortVersionString + {version} CFBundleVersion {version} NSMainNibFile diff --git a/cocoa/pe/InfoTemplate.plist b/cocoa/pe/InfoTemplate.plist index 482455be..32c3451d 100644 --- a/cocoa/pe/InfoTemplate.plist +++ b/cocoa/pe/InfoTemplate.plist @@ -22,6 +22,8 @@ APPL CFBundleSignature hsft + CFBundleShortVersionString + {version} CFBundleVersion {version} NSMainNibFile diff --git a/cocoa/se/InfoTemplate.plist b/cocoa/se/InfoTemplate.plist index 41c83b98..052dadd2 100644 --- a/cocoa/se/InfoTemplate.plist +++ b/cocoa/se/InfoTemplate.plist @@ -22,6 +22,8 @@ APPL CFBundleSignature hsft + CFBundleShortVersionString + {version} CFBundleVersion {version} NSMainNibFile