[GRASS-SVN] r34987 - in grass/branches/releasebranch_6_4/macosx: app pkg/resources

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 22 10:07:08 EST 2008


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

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

Modified: grass/branches/releasebranch_6_4/macosx/app/Info.plist.in
===================================================================
--- grass/branches/releasebranch_6_4/macosx/app/Info.plist.in	2008-12-22 15:04:35 UTC (rev 34986)
+++ grass/branches/releasebranch_6_4/macosx/app/Info.plist.in	2008-12-22 15:07:08 UTC (rev 34987)
@@ -11,7 +11,7 @@
 	<key>CFBundleIconFile</key>
 	<string>app.icns</string>
 	<key>CFBundleIdentifier</key>
-	<string>org.osgeo.grass6</string>
+	<string>org.osgeo.grass at GRASS_VERSION_MAJOR@_ at GRASS_VERSION_MINOR@</string>
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
 	<key>CFBundlePackageType</key>

Modified: grass/branches/releasebranch_6_4/macosx/pkg/resources/Info.plist.in
===================================================================
--- grass/branches/releasebranch_6_4/macosx/pkg/resources/Info.plist.in	2008-12-22 15:04:35 UTC (rev 34986)
+++ grass/branches/releasebranch_6_4/macosx/pkg/resources/Info.plist.in	2008-12-22 15:07:08 UTC (rev 34987)
@@ -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