Skip to content

Commit d729c80

Browse files
miss-islingtonambv
andauthored
Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408) (GH-29409)
(cherry picked from commit 3167df1) Co-authored-by: Łukasz Langa <[email protected]>
1 parent 6340ba7 commit d729c80

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@ Lib/test/data/*
6161
!Lib/test/data/README
6262
/Makefile
6363
/Makefile.pre
64+
Mac/Makefile
65+
Mac/PythonLauncher/Info.plist
66+
Mac/PythonLauncher/Makefile
67+
Mac/PythonLauncher/Python Launcher
68+
Mac/PythonLauncher/Python Launcher.app/*
69+
Mac/Resources/app/Info.plist
70+
Mac/Resources/framework/Info.plist
71+
Mac/pythonw
72+
/*.framework/
6473
Misc/python.pc
6574
Misc/python-embed.pc
6675
Misc/python-config.sh

Mac/Resources/framework/Info.plist.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>%VERSION%, (c) 2001-2019 Python Software Foundation.</string>
20+
<string>%VERSION%, (c) 2001-2021 Python Software Foundation.</string>
2121
<key>CFBundleLongVersionString</key>
22-
<string>%VERSION%, (c) 2001-2019 Python Software Foundation.</string>
22+
<string>%VERSION%, (c) 2001-2021 Python Software Foundation.</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)