diff --git a/Mac/Icons/Disk Image.icns b/Mac/Icons/Disk Image.icns index 35f16bf6e50758..ce4ba9ad865ed8 100644 Binary files a/Mac/Icons/Disk Image.icns and b/Mac/Icons/Disk Image.icns differ diff --git a/Mac/Icons/Disk Image.svg b/Mac/Icons/Disk Image.svg new file mode 100644 index 00000000000000..7b948710654cd3 --- /dev/null +++ b/Mac/Icons/Disk Image.svg @@ -0,0 +1,30 @@ + + + Disk Image + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Mac/Icons/Python Folder.icns b/Mac/Icons/Python Folder.icns index 3658f5e88a2ba7..19e6d10f834ca8 100644 Binary files a/Mac/Icons/Python Folder.icns and b/Mac/Icons/Python Folder.icns differ diff --git a/Mac/Icons/Python Folder.svg b/Mac/Icons/Python Folder.svg new file mode 100644 index 00000000000000..407ce573c0db46 --- /dev/null +++ b/Mac/Icons/Python Folder.svg @@ -0,0 +1,26 @@ + + + Folder 2 + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Mac/Icons/PythonApplet.icns b/Mac/Icons/PythonApplet.icns new file mode 100644 index 00000000000000..a95f3b93b6a5ef Binary files /dev/null and b/Mac/Icons/PythonApplet.icns differ diff --git a/Mac/Icons/PythonApplet.svg b/Mac/Icons/PythonApplet.svg new file mode 100644 index 00000000000000..f44c77ac28de60 --- /dev/null +++ b/Mac/Icons/PythonApplet.svg @@ -0,0 +1,139 @@ + + + 512x512@2x + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Misc/NEWS.d/next/macOS/2020-11-18-14-41-45.gh-issue-86552.bO2RED.rst b/Misc/NEWS.d/next/macOS/2020-11-18-14-41-45.gh-issue-86552.bO2RED.rst new file mode 100644 index 00000000000000..d59a12822d8a20 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2020-11-18-14-41-45.gh-issue-86552.bO2RED.rst @@ -0,0 +1 @@ +Update icons for macOS 11.0. Patch by Forrest Jiang.