cpython/Mac/Resources/framework/Info.plist.in
Miss Islington (bot) d729c80979
Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408) (GH-29409)
(cherry picked from commit 3167df1621)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
2021-11-04 20:32:03 +01:00

28 lines
938 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</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>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>%VERSION%, (c) 2001-2021 Python Software Foundation.</string>
<key>CFBundleLongVersionString</key>
<string>%VERSION%, (c) 2001-2021 Python Software Foundation.</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>%VERSION%</string>
</dict>
</plist>