Add missing issue number in Misc/NEWS entry.
[python.git] / Mac / Resources / framework / Info.plist.in
bloba753e88d79e9a5b4a27972cd862d1247ba9e3550
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>CFBundleExecutable</key>
8 <string>Python</string>
9 <key>CFBundleGetInfoString</key>
10 <string>Python Runtime and Library</string>
11 <key>CFBundleIdentifier</key>
12 <string>@PYTHONFRAMEWORKIDENTIFIER@</string>
13 <key>CFBundleInfoDictionaryVersion</key>
14 <string>6.0</string>
15 <key>CFBundleName</key>
16 <string>Python</string>
17 <key>CFBundlePackageType</key>
18 <string>FMWK</string>
19 <key>CFBundleShortVersionString</key>
20 <string>%VERSION%, (c) 2004-2008 Python Software Foundation.</string>
21 <key>CFBundleLongVersionString</key>
22 <string>%VERSION%, (c) 2004-2008 Python Software Foundation.</string>
23 <key>CFBundleSignature</key>
24 <string>????</string>
25 <key>CFBundleVersion</key>
26 <string>%VERSION%</string>
27 </dict>
28 </plist>