diff options
Diffstat (limited to 'Mac/PythonLauncher/Info.plist.in')
-rw-r--r-- | Mac/PythonLauncher/Info.plist.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Mac/PythonLauncher/Info.plist.in b/Mac/PythonLauncher/Info.plist.in index 70f215d..dec0a2e 100644 --- a/Mac/PythonLauncher/Info.plist.in +++ b/Mac/PythonLauncher/Info.plist.in @@ -3,7 +3,7 @@ <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> - <string>English</string> + <string>en</string> <key>CFBundleDocumentTypes</key> <array> <dict> @@ -39,6 +39,8 @@ </array> <key>CFBundleExecutable</key> <string>Python Launcher</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright © 2001-2022 Python Software Foundation</string> <key>CFBundleGetInfoString</key> <string>%VERSION%, © 2001-2022 Python Software Foundation</string> <key>CFBundleIconFile</key> @@ -61,5 +63,7 @@ <string>MainMenu</string> <key>NSPrincipalClass</key> <string>NSApplication</string> + <key>NSAppleEventsUsageDescription</key> + <string>Python Launcher uses Apple events to launch your Python script in a Terminal window.</string> </dict> </plist> |