summaryrefslogtreecommitdiffstats
path: root/Mac/OSXResources/app/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/OSXResources/app/Info.plist')
-rw-r--r--Mac/OSXResources/app/Info.plist10
1 files changed, 6 insertions, 4 deletions
diff --git a/Mac/OSXResources/app/Info.plist b/Mac/OSXResources/app/Info.plist
index c8fb6ee..0f74e12 100644
--- a/Mac/OSXResources/app/Info.plist
+++ b/Mac/OSXResources/app/Info.plist
@@ -18,14 +18,14 @@
</dict>
</array>
<key>CFBundleExecutable</key>
- <string>python</string>
+ <string>Python</string>
<key>CFBundleGetInfoString</key>
- <string>Python Interpreter version 2.3, (c) 2002 Python Software Foundation.</string>
+ <string>2.3, (c) 2003 Python Software Foundation.</string>
<key>CFBundleLongVersionString</key>
- <string>2.3, (c) 2002 Python Software Foundation.</string>
+ <string>2.3, (c) 2003 Python Software Foundation.</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright 2002 Python Software Foundation.</string>
+ <string>Copyright 2003 Python Software Foundation.</string>
<key>CFBundleShortVersionString</key>
<string>2.3</string>
@@ -57,5 +57,7 @@
<true/>
<key>CSResourcesFileMapped</key>
<true/>
+ <key>NSAppleScriptEnabled</key>
+ <true/>
</dict>
</plist>