From a61e47dfac9e3153d18edc17b6fe4f7a4575a95a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E7=82=AF=E7=82=AF?= Date: Wed, 3 Apr 2019 17:12:58 +0800 Subject: [PATCH 1/2] bpo-36516: Fix some bug in Python Launcher module. --- Mac/PythonLauncher/Info.plist.in | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Mac/PythonLauncher/Info.plist.in b/Mac/PythonLauncher/Info.plist.in index 9fb4e0affd9c43..35d6157dd03c24 100644 --- a/Mac/PythonLauncher/Info.plist.in +++ b/Mac/PythonLauncher/Info.plist.in @@ -10,7 +10,6 @@ CFBundleTypeExtensions py - pyw CFBundleTypeIconFile PythonSource.icns @@ -21,6 +20,20 @@ NSDocumentClass MyDocument + + CFBundleTypeExtensions + + pyw + + CFBundleTypeIconFile + PythonSource.icns + CFBundleTypeName + Python GUI Script + CFBundleTypeRole + Viewer + NSDocumentClass + MyDocument + CFBundleTypeExtensions From 899c3c1f357c58a0ed4c3e0542d4487200658447 Mon Sep 17 00:00:00 2001 From: "blurb-it[bot]" Date: Wed, 3 Apr 2019 09:27:13 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9C=F0=9F=A4=96=20Added=20by=20blu?= =?UTF-8?q?rb=5Fit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Misc/NEWS.d/next/macOS/2019-04-03-09-27-12.bpo-36516.HSyzlw.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 Misc/NEWS.d/next/macOS/2019-04-03-09-27-12.bpo-36516.HSyzlw.rst diff --git a/Misc/NEWS.d/next/macOS/2019-04-03-09-27-12.bpo-36516.HSyzlw.rst b/Misc/NEWS.d/next/macOS/2019-04-03-09-27-12.bpo-36516.HSyzlw.rst new file mode 100644 index 00000000000000..6476cdc7dc78a3 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2019-04-03-09-27-12.bpo-36516.HSyzlw.rst @@ -0,0 +1 @@ +Let Python Launcher recognize pyw file as Python GUI Script file type correctly. \ No newline at end of file