Move setting of ioready 'wait' earlier in call chain, to
[python/dscho.git] / Mac / Tools / IDE / PythonIDE.plist
blob4a1a602d731c5e583c757cc72bbf38ec78aca373
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
3 <plist version="0.9">
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 </array>
14 <key>CFBundleTypeIconFile</key>
15 <string>PythonSource.icns</string>
16 <key>CFBundleTypeName</key>
17 <string>Python Module</string>
18 <key>CFBundleTypeOSTypes</key>
19 <array>
20 <string>TEXT</string>
21 </array>
22 <key>CFBundleTypeRole</key>
23 <string>Editor</string>
24 </dict>
25 </array>
26 <key>CFBundleExecutable</key>
27 <string>python</string>
29 <key>CFBundleGetInfoString</key>
30 <string>Python IDE version 2.3, (c) 2002 Python Software Foundation.</string>
31 <key>CFBundleLongVersionString</key>
32 <string>2.3, (c) 2002 Python Software Foundation.</string>
33 <key>NSHumanReadableCopyright</key>
34 <string>Copyright 2002 Python Software Foundation.</string>
35 <key>CFBundleShortVersionString</key>
36 <string>2.3</string>
38 <key>CFBundleIconFile</key>
39 <string>PythonIDE.icns</string>
40 <key>CFBundleIdentifier</key>
41 <string>org.python.pythonide</string>
42 <key>CFBundleInfoDictionaryVersion</key>
43 <string>6.0</string>
44 <key>CFBundleName</key>
45 <string>PythonIDE</string>
46 <key>CFBundlePackageType</key>
47 <string>APPL</string>
48 <key>CFBundleSignature</key>
49 <string>Pide</string>
50 <key>CFBundleVersion</key>
51 <string>2.3</string>
52 <key>LSRequiresCarbon</key>
53 <true/>
54 <key>CSResourcesFileMapped</key>
55 <true/>
56 </dict>
57 </plist>