From 8134976fee0e71a6d253972a2e705f1f8bf1ffc7 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 29 Mar 2002 23:46:34 +0000 Subject: Auxiliary files for building the IDE applet. Running the IDE through BuildApplet for MachoPython now seems to do the right thing, yeah! --- Mac/Tools/IDE/PythonIDE.icns | Bin 0 -> 51308 bytes Mac/Tools/IDE/PythonIDE.plist | 57 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 Mac/Tools/IDE/PythonIDE.icns create mode 100644 Mac/Tools/IDE/PythonIDE.plist diff --git a/Mac/Tools/IDE/PythonIDE.icns b/Mac/Tools/IDE/PythonIDE.icns new file mode 100644 index 0000000..cd520cc 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 0000000..4a1a602 --- /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 + + + -- cgit v0.12