summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-11-04 12:31:39 -0700
committerGitHub <noreply@github.com>2021-11-04 20:31:39 +0100
commit9a4604bf03b03d4c66d84f63c19d6893cc16392a (patch)
treeeca08afd1819fc6229296e4d1b5929f6c2927642
parent1a44d27e6f8a06cb7d56e39be48852f0c3f4502b (diff)
downloadcpython-git-9a4604bf03b03d4c66d84f63c19d6893cc16392a.tar.gz
Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408) (GH-29410)
(cherry picked from commit 3167df16212e27f8aac1e5f39c0644a97b593406) Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
-rw-r--r--.gitignore9
-rw-r--r--Mac/Resources/framework/Info.plist.in4
2 files changed, 11 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index a96be67962..d0b608892a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -61,6 +61,15 @@ Lib/test/data/*
!Lib/test/data/README
/Makefile
/Makefile.pre
+Mac/Makefile
+Mac/PythonLauncher/Info.plist
+Mac/PythonLauncher/Makefile
+Mac/PythonLauncher/Python Launcher
+Mac/PythonLauncher/Python Launcher.app/*
+Mac/Resources/app/Info.plist
+Mac/Resources/framework/Info.plist
+Mac/pythonw
+/*.framework/
Misc/python.pc
Misc/python-embed.pc
Misc/python-config.sh
diff --git a/Mac/Resources/framework/Info.plist.in b/Mac/Resources/framework/Info.plist.in
index 0dc2e17156..863b45238f 100644
--- a/Mac/Resources/framework/Info.plist.in
+++ b/Mac/Resources/framework/Info.plist.in
@@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
- <string>%VERSION%, (c) 2001-2019 Python Software Foundation.</string>
+ <string>%VERSION%, (c) 2001-2021 Python Software Foundation.</string>
<key>CFBundleLongVersionString</key>
- <string>%VERSION%, (c) 2001-2019 Python Software Foundation.</string>
+ <string>%VERSION%, (c) 2001-2021 Python Software Foundation.</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>