diff --git a/Mac/OSXResources/app/Resources/Applet-Info.plist b/Mac/OSXResources/app/Resources/Applet-Info.plist new file mode 100644 index 00000000000..8a61e6c3c81 --- /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 00000000000..e796bc21949 --- /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 00000000000..ffe7ef0ff12 Binary files /dev/null and b/Mac/OSXResources/app/Resources/PythonApplet.icns differ