mirror of
https://github.com/python/cpython.git
synced 2025-09-25 09:50:37 +00:00
Ready for 2.2 distribution.
This commit is contained in:
parent
b48f1d3f8a
commit
ff3a69c4bc
3 changed files with 18 additions and 10 deletions
|
@ -51,8 +51,16 @@
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>python</string>
|
<string>python</string>
|
||||||
|
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>Python Interpreter version 2.2a3, (c) 2001 Python Software Foundation.</string>
|
<string>Python Interpreter version 2.2, (c) 2001 Python Software Foundation.</string>
|
||||||
|
<key>CFBundleLongVersionString</key>
|
||||||
|
<string>2.2, (c) 2001 Python Software Foundation.</string>
|
||||||
|
<key>NSHumanReadableCopyright</key>
|
||||||
|
<string>Copyright 2001 Python Software Foundation.</string>
|
||||||
|
<key>CFBundleShortVersionString</key>
|
||||||
|
<string>6.5</string>
|
||||||
|
|
||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
<string>PythonInterpreter.icns</string>
|
<string>PythonInterpreter.icns</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
|
@ -63,12 +71,12 @@
|
||||||
<string>PythonInterpreter</string>
|
<string>PythonInterpreter</string>
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
|
||||||
<string>Python Interpreter version 2.2a3</string>
|
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>PytX</string>
|
<string>PytX</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>2.2a3</string>
|
<string>2.2</string>
|
||||||
|
<key>LSRequiresCarbon</key>
|
||||||
|
<true/>
|
||||||
<key>CSResourcesFileMapped</key>
|
<key>CSResourcesFileMapped</key>
|
||||||
<true/>
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
|
@ -17,10 +17,10 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>FMWK</string>
|
<string>FMWK</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.2a1</string>
|
<string>2.2</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>vecLib 1.1-4</string>
|
<string>2.2</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
|
@ -5,14 +5,14 @@
|
||||||
<key>BuildVersion</key>
|
<key>BuildVersion</key>
|
||||||
<string>1</string>
|
<string>1</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.2a1</string>
|
<string>2.2</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>Python 2.2a1</string>
|
<string>Python 2.2</string>
|
||||||
<key>ProjectName</key>
|
<key>ProjectName</key>
|
||||||
<string>Python</string>
|
<string>Python</string>
|
||||||
<key>ReleaseStatus</key>
|
<key>ReleaseStatus</key>
|
||||||
<string>alfa</string>
|
<string>final</string>
|
||||||
<key>SourceVersion</key>
|
<key>SourceVersion</key>
|
||||||
<string>2.2a1</string>
|
<string>2.2</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue