From: Jack Jansen Date: Fri, 29 Mar 2002 23:46:34 +0000 (+0000) Subject: Auxiliary files for building the IDE applet. Running the IDE through X-Git-Tag: v2.3c1~6243 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8134976fee0e71a6d253972a2e705f1f8bf1ffc7;p=python Auxiliary files for building the IDE applet. Running the IDE through BuildApplet for MachoPython now seems to do the right thing, yeah! --- diff --git a/Mac/Tools/IDE/PythonIDE.icns b/Mac/Tools/IDE/PythonIDE.icns new file mode 100644 index 0000000000..cd520cc667 Binary files /dev/null and b/Mac/Tools/IDE/PythonIDE.icns differ diff --git a/Mac/Tools/IDE/PythonIDE.plist b/Mac/Tools/IDE/PythonIDE.plist new file mode 100644 index 0000000000..4a1a602d73 --- /dev/null +++ b/Mac/Tools/IDE/PythonIDE.plist @@ -0,0 +1,57 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + py + + CFBundleTypeIconFile + PythonSource.icns + CFBundleTypeName + Python Module + CFBundleTypeOSTypes + + TEXT + + CFBundleTypeRole + Editor + + + CFBundleExecutable + python + + CFBundleGetInfoString + Python IDE version 2.3, (c) 2002 Python Software Foundation. + CFBundleLongVersionString + 2.3, (c) 2002 Python Software Foundation. + NSHumanReadableCopyright + Copyright 2002 Python Software Foundation. + CFBundleShortVersionString + 2.3 + + CFBundleIconFile + PythonIDE.icns + CFBundleIdentifier + org.python.pythonide + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + PythonIDE + CFBundlePackageType + APPL + CFBundleSignature + Pide + CFBundleVersion + 2.3 + LSRequiresCarbon + + CSResourcesFileMapped + + +