Add better error reporting for MemoryErrors caused by str->float conversions.
[python.git] / Mac / IDLE / Info.plist.in
blob1da402c9c66c34a3bbcdb60fa986c1267ea08e59
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">
3 <plist version="1.0">
4 <dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleDocumentTypes</key>
8 <array>
9 <dict>
10 <key>CFBundleTypeExtensions</key>
11 <array>
12 <string>py</string>
13 <string>pyw</string>
14 </array>
15 <key>CFBundleTypeIconFile</key>
16 <string>PythonSource.icns</string>
17 <key>CFBundleTypeName</key>
18 <string>Python Script</string>
19 <key>CFBundleTypeRole</key>
20 <string>Editor</string>
21 </dict>
22 <dict>
23 <key>CFBundleTypeExtensions</key>
24 <array>
25 <string>pyc</string>
26 <string>pyo</string>
27 </array>
28 <key>CFBundleTypeIconFile</key>
29 <string>PythonCompiled.icns</string>
30 <key>CFBundleTypeName</key>
31 <string>Python Bytecode Document</string>
32 <key>CFBundleTypeRole</key>
33 <string>Editor</string>
34 </dict>
35 </array>
36 <key>CFBundleExecutable</key>
37 <string>IDLE</string>
38 <key>CFBundleGetInfoString</key>
39 <string>%VERSION%, © 001-2006 Python Software Foundation</string>
40 <key>CFBundleIconFile</key>
41 <string>IDLE.icns</string>
42 <key>CFBundleIdentifier</key>
43 <string>org.python.IDLE</string>
44 <key>CFBundleInfoDictionaryVersion</key>
45 <string>6.0</string>
46 <key>CFBundleName</key>
47 <string>IDLE</string>
48 <key>CFBundlePackageType</key>
49 <string>APPL</string>
50 <key>CFBundleShortVersionString</key>
51 <string>%VERSION%</string>
52 <key>CFBundleVersion</key>
53 <string>%VERSION%</string>
54 <!--
55 <key>LSMinimumSystemVersionByArchitecture</key>
56 <dict>
57 <key>x86_64</key>
58 <string>10.6.0</string>
59 <key>ppc64</key>
60 <string>10.6.0</string>
61 </dict>
62 -->
63 </dict>
64 </plist>