Skip to content

Commit 65ed109

Browse files
authored
gh-142295: Update CFBundleShortVersionString in Mac framework Info.plist (#143064)
Updated macOS framework Info.plist to use x.y.z format for CFBundleShortVersionString to comply with Apple guidelines. Patch contributed by Martinus Verburg.
1 parent 2b7c28a commit 65ed109

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Mac/Resources/framework/Info.plist.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>%VERSION%, (c) 2001-2024 Python Software Foundation.</string>
20+
<string>%VERSION%</string>
2121
<key>CFBundleLongVersionString</key>
2222
<string>%VERSION%, (c) 2001-2024 Python Software Foundation.</string>
2323
<key>CFBundleSignature</key>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Mac framework Info.plist CFBundleShortVersionString now uses x.y.z only
2+
format to comply with `this Apple developer guideline
3+
<https://developer.apple.com/documentation/bundleresources/information-property-list/cfbundleshortversionstring>`_. Contributed by Martinus Verburg.

0 commit comments

Comments
 (0)