Skip to content

Commit 5ef3678

Browse files
committed
CFBundleShortVersionString format fix
Corrected version format for the Mac framefork Info.plist for CFBundleShortVersionString to adhere to x.y.z format as described in Apple developer documentation at https://developer.apple.com/documentation/bundleresources/information-property-list/cfbundleshortversionstring
1 parent b8d3fdd commit 5ef3678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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>

0 commit comments

Comments
 (0)