[banshee] [darwin] Update Info.plist to use %version%



commit 9555d4054e6d2e03913250e5fe18371e776c07a9
Author: Aaron Bockover <abockover novell com>
Date:   Thu Mar 25 14:18:53 2010 -0400

    [darwin] Update Info.plist to use %version%
    
    %version% will be replaced at bundle time with the right version.

 build/bundle/skeleton.darwin/Contents/Info.plist |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build/bundle/skeleton.darwin/Contents/Info.plist b/build/bundle/skeleton.darwin/Contents/Info.plist
index 5ac8e5f..d72ec1c 100644
--- a/build/bundle/skeleton.darwin/Contents/Info.plist
+++ b/build/bundle/skeleton.darwin/Contents/Info.plist
@@ -7,7 +7,7 @@
     <key>CFBundleExecutable</key>
     <string>Banshee</string>
     <key>CFBundleName</key>
-	<string>Banshee</string>
+    <string>Banshee</string>
     <key>CFBundleIconFile</key>
     <string>Banshee.icns</string>
     <key>CFBundleIdentifier</key>
@@ -19,7 +19,7 @@
     <key>CFBundleSignature</key>
     <string>????</string>
     <key>CFBundleVersion</key>
-    <string>1.5.3</string>
+    <string>%version%</string>
     <key>NSHumanReadableCopyright</key>
     <string>Copyright 2005-2010 Novell Inc., and others.</string>
     <key>LSMinimumSystemVersion</key>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]