diff --git a/Mac/scripts/BuildApplet.icns b/Mac/scripts/BuildApplet.icns new file mode 100644 index 00000000000..26ee1c07c4e 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 00000000000..1301dd467d2 --- /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 + + +