diff options
author | Ned Deily <nad@acm.org> | 2014-03-30 06:54:15 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-03-30 06:54:15 (GMT) |
commit | 13399445e3135306bb814333c5eab40b213ceeee (patch) | |
tree | 45fa70766715bcafef8aece74ac35fbe7ecbdc2d /Mac/PythonLauncher/Info.plist.in | |
parent | 502ef90ae22d575c746a2f434e51f1128bb2e1c0 (diff) | |
download | cpython-13399445e3135306bb814333c5eab40b213ceeee.zip cpython-13399445e3135306bb814333c5eab40b213ceeee.tar.gz cpython-13399445e3135306bb814333c5eab40b213ceeee.tar.bz2 |
Issue #20022: Eliminate use of deprecated bundlebuilder in OS X builds.
Diffstat (limited to 'Mac/PythonLauncher/Info.plist.in')
-rw-r--r-- | Mac/PythonLauncher/Info.plist.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/PythonLauncher/Info.plist.in b/Mac/PythonLauncher/Info.plist.in index 0a5a439..0e60e07 100644 --- a/Mac/PythonLauncher/Info.plist.in +++ b/Mac/PythonLauncher/Info.plist.in @@ -1,5 +1,5 @@ <?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> @@ -38,7 +38,7 @@ </dict> </array> <key>CFBundleExecutable</key> - <string>PythonLauncher</string> + <string>Python Launcher</string> <key>CFBundleGetInfoString</key> <string>%VERSION%, © 2001-2014 Python Software Foundation</string> <key>CFBundleIconFile</key> |