diff --git a/Mac/Tools/IDE/PythonIDE.icns b/Mac/Tools/IDE/PythonIDE.icns new file mode 100644 index 00000000000..cd520cc6674 Binary files /dev/null and b/Mac/Tools/IDE/PythonIDE.icns differ diff --git a/Mac/Tools/IDE/PythonIDE.plist b/Mac/Tools/IDE/PythonIDE.plist new file mode 100644 index 00000000000..4a1a602d731 --- /dev/null +++ b/Mac/Tools/IDE/PythonIDE.plist @@ -0,0 +1,57 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + py + + CFBundleTypeIconFile + PythonSource.icns + CFBundleTypeName + Python Module + CFBundleTypeOSTypes + + TEXT + + CFBundleTypeRole + Editor + + + CFBundleExecutable + python + + CFBundleGetInfoString + Python IDE version 2.3, (c) 2002 Python Software Foundation. + CFBundleLongVersionString + 2.3, (c) 2002 Python Software Foundation. + NSHumanReadableCopyright + Copyright 2002 Python Software Foundation. + CFBundleShortVersionString + 2.3 + + CFBundleIconFile + PythonIDE.icns + CFBundleIdentifier + org.python.pythonide + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + PythonIDE + CFBundlePackageType + APPL + CFBundleSignature + Pide + CFBundleVersion + 2.3 + LSRequiresCarbon + + CSResourcesFileMapped + + +