Revision: 28752
http://sourceforge.net/p/bibdesk/svn/28752
Author: hofman
Date: 2024-02-16 23:32:17 +0000 (Fri, 16 Feb 2024)
Log Message:
-----------
use load for plist
Modified Paths:
--------------
trunk/bibdesk/build_release.py
Modified: trunk/bibdesk/build_release.py
===================================================================
--- trunk/bibdesk/build_release.py 2024-02-16 23:25:44 UTC (rev 28751)
+++ trunk/bibdesk/build_release.py 2024-02-16 23:32:17 UTC (rev 28752)
@@ -145,7 +145,7 @@
# read CFBundleVersion, CFBundleShortVersionString, LSMinimumSystemVersion
and from Info.plist
with open(PLIST_PATH, "rb") as plistFile:
- infoPlist = plistlib.readPlist(plistFile)
+ infoPlist = plistlib.load(plistFile)
assert infoPlist is not None, "unable to read Info.plist"
newVersion = infoPlist["CFBundleVersion"]
newVersionString = infoPlist["CFBundleShortVersionString"]
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit