comparison mac/Info.plist @ 664:ba3af8eb56f1

Fixed drawing of rects and points. Fonts now properly draw in color. Updated property list.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 25 Feb 2011 21:12:02 +0000
parents e99cd6e45c0b
children 487fd711bf3f
comparison
equal deleted inserted replaced
663:86c404056262 664:ba3af8eb56f1
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>CFBundleDevelopmentRegion</key> 5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string> 6 <string>en</string>
7 <key>CFBundleExecutable</key> 7 <key>CFBundleExecutable</key>
8 <string>dwtest</string> 8 <string>dwtest</string>
9 <key>CFBundleIconFile</key>
10 <string></string>
11 <key>CFBundleIdentifier</key>
12 <string>org.dbsoft.dwtest</string>
9 <key>CFBundleInfoDictionaryVersion</key> 13 <key>CFBundleInfoDictionaryVersion</key>
10 <string>6.0</string> 14 <string>6.0</string>
15 <key>CFBundleName</key>
16 <string>dwtest</string>
11 <key>CFBundlePackageType</key> 17 <key>CFBundlePackageType</key>
12 <string>APPL</string> 18 <string>APPL</string>
19 <key>CFBundleShortVersionString</key>
20 <string>1.1</string>
13 <key>CFBundleSignature</key> 21 <key>CFBundleSignature</key>
14 <string>????</string> 22 <string>????</string>
15 <key>CFBundleVersion</key> 23 <key>CFBundleVersion</key>
16 <string>0.1</string> 24 <string>1</string>
17 <key>CSResourcesFileMapped</key> 25 <key>LSMinimumSystemVersion</key>
18 <true/> 26 <string>${MACOSX_DEPLOYMENT_TARGET}</string>
27 <key>NSPrincipalClass</key>
28 <string>NSApplication</string>
19 </dict> 29 </dict>
20 </plist> 30 </plist>