Mercurial > hg > easyhg
view deploy/osx/Info.plist @ 366:ce4d06d87a39
Update deployment to handle the even more complicated situation in which we have to produce separate binaries for python 2.5 and 2.6-based systems (because we can't determine which extension to load otherwise, and they aren't compatible)
author | Chris Cannam |
---|---|
date | Wed, 23 Mar 2011 14:49:43 +0000 |
parents | 960b782f0a64 |
children | 0d89746bae1a |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> <plist version="0.9"> <dict> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleName</key> <string>EasyMercurial</string> <key>CFBundleExecutable</key> <string>EasyMercurial</string> <key>CFBundleIconFile</key> <string>easyhg.icns</string> <key>CFBundleIdentifier</key> <string>org.easymercurial.EasyMercurial</string> <key>CFBundleShortVersionString</key> <string>EASYHG_VERSION</string> </dict> </plist>