From: Jack Jansen Date: Tue, 4 Nov 2003 21:04:22 +0000 (+0000) Subject: Various fixes to make the standard applets have a correct version number, X-Git-Tag: v2.3.3c1~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82ba8899ea2e729dd61d89e40bbf56c33d8371e3;p=thirdparty%2FPython%2Fcpython.git Various fixes to make the standard applets have a correct version number, and to make BuildApplet have an icon again (albeit a quickly converted OS9 icon). --- diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile index 4908ee3c81bd..8f1aec2fa474 100644 --- a/Mac/OSX/Makefile +++ b/Mac/OSX/Makefile @@ -134,6 +134,7 @@ install_PackageManager: --resource $(srcdir)/Mac/Tools/IDE/PythonIDE.rsrc \ --mainprogram $(srcdir)/Mac/Tools/IDE/PackageManager.py \ --iconfile $(srcdir)/Mac/Tools/IDE/PackageManager.icns \ + --plist $(srcdir)/Mac/Tools/IDE/PackageManager.plist \ --creator Pimp build; \ $(BUILDPYTHON) $(bundlebuilder) \ --builddir $(DESTDIR)$(PYTHONAPPSDIR)/ \ @@ -141,6 +142,7 @@ install_PackageManager: --resource $(srcdir)/Mac/Tools/IDE/PythonIDE.rsrc \ --mainprogram $(srcdir)/Mac/Tools/IDE/PackageManager.py \ --iconfile $(srcdir)/Mac/Tools/IDE/PackageManager.icns \ + --plist $(srcdir)/Mac/Tools/IDE/PackageManager.plist \ --creator Pimp build; \ fi diff --git a/Mac/Tools/IDE/PackageManager.plist b/Mac/Tools/IDE/PackageManager.plist new file mode 100644 index 000000000000..9d582d6a3d96 --- /dev/null +++ b/Mac/Tools/IDE/PackageManager.plist @@ -0,0 +1,41 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleDocumentTypes + + + CFBundleExecutable + PackageManager + + 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 + PackageManager.icns + CFBundleIdentifier + org.python.pythonide + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + PythonIDE + CFBundlePackageType + APPL + CFBundleSignature + Pide + CFBundleVersion + 2.3.2 + LSRequiresCarbon + + CSResourcesFileMapped + + + 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 + + +