annotate deploy/osx/Info.plist @ 397:61bde1f0ff0a item_appearance_adjustments

Replace DateItems (background items for date shading) with a date range list in the scene and dedicated rendering for it in the graphics view: this way we can ensure the shading spans the full width and the dates are always visible
author Chris Cannam
date Wed, 25 May 2011 14:32:32 +0100
parents 960b782f0a64
children 0d89746bae1a
rev   line source
Chris@224 1 <?xml version="1.0" encoding="UTF-8"?>
Chris@224 2 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
Chris@224 3 <plist version="0.9">
Chris@224 4 <dict>
Chris@232 5 <key>CFBundlePackageType</key>
Chris@232 6 <string>APPL</string>
Chris@232 7 <key>CFBundleName</key>
Chris@232 8 <string>EasyMercurial</string>
Chris@232 9 <key>CFBundleExecutable</key>
Chris@232 10 <string>EasyMercurial</string>
Chris@224 11 <key>CFBundleIconFile</key>
Chris@233 12 <string>easyhg.icns</string>
Chris@232 13 <key>CFBundleIdentifier</key>
Chris@232 14 <string>org.easymercurial.EasyMercurial</string>
Chris@232 15 <key>CFBundleShortVersionString</key>
Chris@232 16 <string>EASYHG_VERSION</string>
Chris@224 17 </dict>
Chris@224 18 </plist>