<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
+ <key>CFBundleName</key>
+ <string>IDLE</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.python.IDLE</string>
+ <key>CFBundleVersion</key>
+ <string>%version%</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleExecutable</key>
+ <string>IDLE</string>
+ <key>CFBundleIconFile</key>
+ <string>IDLE.icns</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<string>Editor</string>
</dict>
</array>
- <key>CFBundleExecutable</key>
- <string>IDLE</string>
- <key>CFBundleGetInfoString</key>
- <string>%version%, © 2001-2024 Python Software Foundation</string>
- <key>CFBundleIconFile</key>
- <string>IDLE.icns</string>
- <key>CFBundleIdentifier</key>
- <string>org.python.IDLE</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>IDLE</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>%version%</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>%version%</string>
+ <key>CFBundleSupportedPlatforms</key>
+ <array>
+ <string>MacOSX</string>
+ </array>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright © 2001 Python Software Foundation. All rights reserved.</string>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleAllowMixedLocalizations</key>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>en</string>
+ <key>CFBundleName</key>
+ <string>Python Launcher</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.python.PythonLauncher</string>
+ <key>CFBundleVersion</key>
+ <string>%VERSION%</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>PytL</string>
+ <key>CFBundleExecutable</key>
+ <string>Python Launcher</string>
+ <key>CFBundleIconFile</key>
+ <string>PythonLauncher.icns</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<string>MyDocument</string>
</dict>
</array>
- <key>CFBundleExecutable</key>
- <string>Python Launcher</string>
- <key>NSHumanReadableCopyright</key>
- <string>Copyright © 2001 Python Software Foundation</string>
- <key>CFBundleGetInfoString</key>
- <string>%VERSION%, © 2001 Python Software Foundation</string>
- <key>CFBundleIconFile</key>
- <string>PythonLauncher.icns</string>
- <key>CFBundleIdentifier</key>
- <string>org.python.PythonLauncher</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>Python Launcher</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>%VERSION%</string>
- <key>CFBundleSignature</key>
- <string>PytL</string>
- <key>CFBundleVersion</key>
- <string>%VERSION%</string>
+ <key>CFBundleSupportedPlatforms</key>
+ <array>
+ <string>MacOSX</string>
+ </array>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright © 2001 Python Software Foundation. All rights reserved.</string>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
+ <key>CFBundleName</key>
+ <string>Python</string>
+ <key>CFBundleIdentifier</key>
+ <string>%bundleid%</string>
+ <key>CFBundleVersion</key>
+ <string>%version%</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>PytX</string>
+ <key>CFBundleExecutable</key>
+ <string>Python</string>
+ <key>CFBundleIconFile</key>
+ <string>PythonInterpreter.icns</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<string>Viewer</string>
</dict>
</array>
- <key>CFBundleExecutable</key>
- <string>Python</string>
- <key>CFBundleGetInfoString</key>
- <string>%version%, (c) 2001-2024 Python Software Foundation.</string>
+ <key>CFBundleShortVersionString</key>
+ <string>%version%</string>
+ <key>CFBundleSupportedPlatforms</key>
+ <array>
+ <string>MacOSX</string>
+ </array>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright © 2001 Python Software Foundation. All rights reserved.</string>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>NSHighResolutionCapable</key>
+ <true/>
+ <key>NSAppleScriptEnabled</key>
+ <true/>
+ <key>CFBundleAllowMixedLocalizations</key>
+ <true/>
<key>CFBundleHelpBookFolder</key>
<array>
<string>Documentation</string>
- <string>PythonDocumentation</string>
</array>
<key>CFBundleHelpBookName</key>
- <string>MacPython Help</string>
+ <string>Python Help</string>
<key>CFBundleHelpTOCFile</key>
<string>index.html</string>
- <key>CFBundleIconFile</key>
- <string>PythonInterpreter.icns</string>
- <key>CFBundleIdentifier</key>
- <string>%bundleid%</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleLongVersionString</key>
- <string>%version%, (c) 2001-2024 Python Software Foundation.</string>
- <key>CFBundleName</key>
- <string>Python</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>%version%</string>
- <key>CFBundleSignature</key>
- <string>PytX</string>
- <key>CFBundleVersion</key>
- <string>%version%</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSRequiresCarbon</key>
<true/>
- <key>NSAppleScriptEnabled</key>
- <true/>
- <key>NSHumanReadableCopyright</key>
- <string>(c) 2001-2024 Python Software Foundation.</string>
- <key>NSHighResolutionCapable</key>
- <true/>
- <key>CFBundleAllowMixedLocalizations</key>
- <true/>
</dict>
</plist>
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
-<plist version="0.9">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleExecutable</key>
+ <key>CFBundleName</key>
<string>Python</string>
- <key>CFBundleGetInfoString</key>
- <string>Python Runtime and Library</string>
<key>CFBundleIdentifier</key>
<string>@PYTHONFRAMEWORKIDENTIFIER@</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>Python</string>
+ <key>CFBundleVersion</key>
+ <string>%VERSION%</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
- <key>CFBundleShortVersionString</key>
- <string>%VERSION%</string>
- <key>CFBundleLongVersionString</key>
- <string>%VERSION%, (c) 2001-2024 Python Software Foundation.</string>
<key>CFBundleSignature</key>
<string>????</string>
- <key>CFBundleVersion</key>
+ <key>CFBundleExecutable</key>
+ <string>Python</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleShortVersionString</key>
<string>%VERSION%</string>
+ <key>CFBundleSupportedPlatforms</key>
+ <array>
+ <string>MacOSX</string>
+ </array>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright © 2001 Python Software Foundation. All rights reserved.</string>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
<key>CFBundleAllowMixedLocalizations</key>
<true/>
</dict>
+++ /dev/null
-Mac framework Info.plist CFBundleShortVersionString now uses x.y.z only
-format to comply with `this Apple developer guideline
-<https://developer.apple.com/documentation/bundleresources/information-property-list/cfbundleshortversionstring>`_. Contributed by Martinus Verburg.
--- /dev/null
+For Python macOS framework builds, update Info.plist files to be more
+compliant with current Apple guidelines. Original patch contributed by
+Martinus Verburg.