From 6bf31278ac5c902e436a38a2c652b06627190920 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 19 Nov 2003 13:37:22 +0000 Subject: Ported from 23maint branch: add icons to BuildApplet. --- Mac/scripts/BuildApplet.icns | Bin 0 -> 35833 bytes Mac/scripts/BuildApplet.plist | 57 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 Mac/scripts/BuildApplet.icns create mode 100644 Mac/scripts/BuildApplet.plist diff --git a/Mac/scripts/BuildApplet.icns b/Mac/scripts/BuildApplet.icns new file mode 100644 index 0000000..26ee1c0 Binary files /dev/null and b/Mac/scripts/BuildApplet.icns differ diff --git a/Mac/scripts/BuildApplet.plist b/Mac/scripts/BuildApplet.plist new file mode 100644 index 0000000..1301dd4 --- /dev/null +++ b/Mac/scripts/BuildApplet.plist @@ -0,0 +1,57 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + py + + CFBundleTypeIconFile + PythonSource.icns + CFBundleTypeName + Python Module + CFBundleTypeOSTypes + + TEXT + + CFBundleTypeRole + Viewer + + + CFBundleExecutable + BuildApplet + + CFBundleGetInfoString + 2.3.2, (c) 2003 Python Software Foundation. + CFBundleLongVersionString + 2.3.2, (c) 2003 Python Software Foundation. + NSHumanReadableCopyright + Copyright 2003 Python Software Foundation. + CFBundleShortVersionString + 2.3.2 + + CFBundleIconFile + BuildApplet.icns + CFBundleIdentifier + org.python.buildapplet + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + PythonIDE + CFBundlePackageType + APPL + CFBundleSignature + Pide + CFBundleVersion + 2.3.2 + LSRequiresCarbon + + CSResourcesFileMapped + + + -- cgit v0.12