From 0b60772ee9c32f9baa0d739aa603743ca9c511f6 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Tue, 11 Sep 2001 13:01:07 +0000 Subject: - Removed the . in the extensions. - Allow any file to be dropped on the interpreter (for file args). --- Mac/OSXResources/app/Info.plist | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Mac/OSXResources/app/Info.plist b/Mac/OSXResources/app/Info.plist index f201270..da65acd 100644 --- a/Mac/OSXResources/app/Info.plist +++ b/Mac/OSXResources/app/Info.plist @@ -9,7 +9,7 @@ CFBundleTypeExtensions - .py + py CFBundleTypeIconFile PythonSource.icns @@ -25,7 +25,7 @@ CFBundleTypeExtensions - .pyc + pyc CFBundleTypeIconFile PythonCompiled.icns @@ -36,6 +36,16 @@ PYC CFBundleTypeRole + Shell + + + CFBundleTypeOSTypes + + **** + fold + disk + + CFBundleTypeRole Viewer -- cgit v0.12