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>CFBundleTypeOSTypes</key> 11 <array> 12 <string>****</string> 13 <string>fold</string> 14 <string>disk</string> 15 </array> 16 <key>CFBundleTypeRole</key> 17 <string>Viewer</string> 18 </dict> 19 </array> 20 <key>CFBundleExecutable</key> 21 <string>Python</string> 22 <key>CFBundleGetInfoString</key> 23 <string>%version%, (c) 2001-2020 Python Software Foundation.</string> 24 <key>CFBundleHelpBookFolder</key> 25 <array> 26 <string>Documentation</string> 27 <string>PythonDocumentation</string> 28 </array> 29 <key>CFBundleHelpBookName</key> 30 <string>MacPython Help</string> 31 <key>CFBundleHelpTOCFile</key> 32 <string>index.html</string> 33 <key>CFBundleIconFile</key> 34 <string>PythonInterpreter.icns</string> 35 <key>CFBundleIdentifier</key> 36 <string>%bundleid%</string> 37 <key>CFBundleInfoDictionaryVersion</key> 38 <string>6.0</string> 39 <key>CFBundleLongVersionString</key> 40 <string>%version%, (c) 2001-2022 Python Software Foundation.</string> 41 <key>CFBundleName</key> 42 <string>Python</string> 43 <key>CFBundlePackageType</key> 44 <string>APPL</string> 45 <key>CFBundleShortVersionString</key> 46 <string>%version%</string> 47 <key>CFBundleSignature</key> 48 <string>PytX</string> 49 <key>CFBundleVersion</key> 50 <string>%version%</string> 51 <key>CSResourcesFileMapped</key> 52 <true/> 53 <key>LSRequiresCarbon</key> 54 <true/> 55 <key>NSAppleScriptEnabled</key> 56 <true/> 57 <key>NSHumanReadableCopyright</key> 58 <string>(c) 2001-2020 Python Software Foundation.</string> 59 <key>NSHighResolutionCapable</key> 60 <true/> 61</dict> 62</plist> 63