[gimp/gimp-2-8] build: fix version numbers and bundle identifier in Info.plist



commit b07473775a0441ea0e7c3b95483457a529b07816
Author: Michael Natterer <mitch gimp org>
Date:   Tue Aug 28 19:39:47 2012 +0200

    build: fix version numbers and bundle identifier in Info.plist

 build/osx/Info.plist |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/build/osx/Info.plist b/build/osx/Info.plist
index ef6cdac..e26c6d3 100644
--- a/build/osx/Info.plist
+++ b/build/osx/Info.plist
@@ -9,21 +9,21 @@
 	<key>CFBundleName</key>
 	<string>GIMP</string>
 	<key>CFBundleGetInfoString</key>
-	<string>2.8, Copyright 2012</string>
+	<string>2.8.2, Copyright 2012</string>
 	<key>CFBundleIconFile</key>
 	<string>gimp.icns</string>
 	<key>CFBundleIdentifier</key>
-	<string>com.gnomw.Gimp</string>
+	<string>org.gimp.GIMP</string>
 	<key>CFBundleInfoDictionaryVersion</key>
-	<string>2.8.0</string>
+	<string>2.8.2</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
 	<string>2.8</string>
 	<key>CFBundleSignature</key>
-	<string>????</string>
+	<string>gimp</string>
 	<key>CFBundleVersion</key>
-	<string>2.8.0</string>
+	<string>2.8.2</string>
 	<key>NSHumanReadableCopyright</key>
 	<string>Copyright 2012</string>
 	<key>CFBundleDocumentTypes</key>



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