diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-07-04 13:06:14 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-07-04 13:06:14 (GMT) |
commit | dd614fdc51fca690be1d7c1f44d06e235f6ba1e7 (patch) | |
tree | 926474445a309ed12ea0bfed13350bb675cd50d4 /Mac/OSX/PythonLauncher | |
parent | 66b84832477258a009dbc011f1ac20a42495d220 (diff) | |
download | cpython-dd614fdc51fca690be1d7c1f44d06e235f6ba1e7.zip cpython-dd614fdc51fca690be1d7c1f44d06e235f6ba1e7.tar.gz cpython-dd614fdc51fca690be1d7c1f44d06e235f6ba1e7.tar.bz2 |
Fixed lots of minor issues found by Edward Moy: incorrect version
strings, non-standard naming of things in bundles, etc.
Diffstat (limited to 'Mac/OSX/PythonLauncher')
-rwxr-xr-x | Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj b/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj index badee87..06e45dc 100755 --- a/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj +++ b/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj @@ -132,7 +132,6 @@ 4A9504D0FFE6A4CB11CA0CBA, 4A9504D1FFE6A4CB11CA0CBA, ); - hasScannedForEncodings = 1; isa = PBXProject; mainGroup = 2A37F4AAFDCFA73011CA2CEA; projectDirPath = ""; @@ -364,7 +363,7 @@ <key>CFBundleExecutable</key> <string>PythonLauncher</string> <key>CFBundleGetInfoString</key> - <string>Python Launcher</string> + <string>2.3, © 2001-2003 Python Software Foundation</string> <key>CFBundleIconFile</key> <string>PythonInterpreter.icns</string> <key>CFBundleIdentifier</key> @@ -372,13 +371,15 @@ <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> - <string>Python Launcher</string> + <string>PythonLauncher</string> <key>CFBundlePackageType</key> <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>2.3</string> <key>CFBundleSignature</key> <string>PytL</string> <key>CFBundleVersion</key> - <string>2.3a0</string> + <string>2.3</string> <key>NSMainNibFile</key> <string>MainMenu</string> <key>NSPrincipalClass</key> @@ -386,6 +387,7 @@ </dict> </plist> "; + shouldUseHeadermap = 0; }; 2A37F4C7FDCFA73011CA2CEA = { buildActionMask = 2147483647; |