From: Jack Jansen Date: Fri, 29 Mar 2002 23:48:55 +0000 (+0000) Subject: Auxiliary files used by BuildApplet for MachoPython. X-Git-Tag: v2.3c1~6242 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61ef790907e563f1f3ce98fad740d6d03cb6e0e2;p=thirdparty%2FPython%2Fcpython.git Auxiliary files used by BuildApplet for MachoPython. --- diff --git a/Mac/OSXResources/app/Resources/Applet-Info.plist b/Mac/OSXResources/app/Resources/Applet-Info.plist new file mode 100644 index 000000000000..8a61e6c3c81b --- /dev/null +++ b/Mac/OSXResources/app/Resources/Applet-Info.plist @@ -0,0 +1,45 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleDocumentTypes + + + CFBundleTypeOSTypes + + **** + fold + disk + + CFBundleTypeRole + Viewer + + + CFBundleExecutable + python + + CFBundleGetInfoString + %(appletname)s, a Python applet + + CFBundleIconFile + PythonApplet.icns + CFBundleIdentifier + org.python.defaultapplet + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + %(appletname)s + CFBundlePackageType + APPL + CFBundleSignature + PytA + CFBundleVersion + 2.2 + LSRequiresCarbon + + CSResourcesFileMapped + + + diff --git a/Mac/OSXResources/app/Resources/Applet-InfoPlist.strings b/Mac/OSXResources/app/Resources/Applet-InfoPlist.strings new file mode 100644 index 000000000000..e796bc219497 --- /dev/null +++ b/Mac/OSXResources/app/Resources/Applet-InfoPlist.strings @@ -0,0 +1,7 @@ +/* Localized versions of Info.plist keys */ + +CFBundleName = "%(appletname)s"; +CFBundleShortVersionString = "%(appletname)s"; +CFBundleGetInfoString = "%(appletname)s, a Python application"; +CFBundleLongVersionString = ""; +NSHumanReadableCopyright = ""; diff --git a/Mac/OSXResources/app/Resources/PythonApplet.icns b/Mac/OSXResources/app/Resources/PythonApplet.icns new file mode 100644 index 000000000000..ffe7ef0ff120 Binary files /dev/null and b/Mac/OSXResources/app/Resources/PythonApplet.icns differ