From: Jack Jansen Date: Wed, 19 Nov 2003 13:37:22 +0000 (+0000) Subject: Ported from 23maint branch: add icons to BuildApplet. X-Git-Tag: v2.4a1~1256 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6bf31278ac5c902e436a38a2c652b06627190920;p=thirdparty%2FPython%2Fcpython.git Ported from 23maint branch: add icons to BuildApplet. --- diff --git a/Mac/scripts/BuildApplet.icns b/Mac/scripts/BuildApplet.icns new file mode 100644 index 000000000000..26ee1c07c4ea 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 000000000000..1301dd467d21 --- /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 + + +