[GRASS-SVN] r34988 - in grass/trunk/macosx: app pkg/resources

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 22 10:09:00 EST 2008


Author: kyngchaos
Date: 2008-12-22 10:08:59 -0500 (Mon, 22 Dec 2008)
New Revision: 34988

Modified:
   grass/trunk/macosx/app/Info.plist.in
   grass/trunk/macosx/pkg/resources/Info.plist.in
Log:
add version to app ID so installer doesn't stomp older versions (from r34986)

Modified: grass/trunk/macosx/app/Info.plist.in
===================================================================
--- grass/trunk/macosx/app/Info.plist.in	2008-12-22 15:07:08 UTC (rev 34987)
+++ grass/trunk/macosx/app/Info.plist.in	2008-12-22 15:08:59 UTC (rev 34988)
@@ -11,9 +11,9 @@
 	<key>CFBundleIconFile</key>
 	<string>app.icns</string>
 	<key>CFBundleIdentifier</key>
-	<string>org.osgeo.grass7</string>
+	<string>org.osgeo.grass at GRASS_VERSION_MAJOR@_ at GRASS_VERSION_MINOR@</string>
 	<key>CFBundleInfoDictionaryVersion</key>
-	<string>7.0</string>
+	<string>6.0</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>

Modified: grass/trunk/macosx/pkg/resources/Info.plist.in
===================================================================
--- grass/trunk/macosx/pkg/resources/Info.plist.in	2008-12-22 15:07:08 UTC (rev 34987)
+++ grass/trunk/macosx/pkg/resources/Info.plist.in	2008-12-22 15:08:59 UTC (rev 34988)
@@ -5,7 +5,7 @@
 	<key>CFBundleGetInfoString</key>
 	<string>GRASS- at GRASS_VERSION_MAJOR@. at GRASS_VERSION_MINOR@. at GRASS_VERSION_RELEASE@</string>
 	<key>CFBundleIdentifier</key>
-	<string>org.osgeo.grass</string>
+	<string>org.osgeo.grass at GRASS_VERSION_MAJOR@_ at GRASS_VERSION_MINOR@</string>
 	<key>CFBundleShortVersionString</key>
 	<string>@GRASS_VERSION_MAJOR at .@VER_MINOR_REL at .@VER_DATE@</string>
 	<key>IFMajorVersion</key>



More information about the grass-commit mailing list