Revision: 28737
          http://sourceforge.net/p/bibdesk/svn/28737
Author:   hofman
Date:     2024-02-15 09:59:46 +0000 (Thu, 15 Feb 2024)
Log Message:
-----------
Don't import Foundation, fix typo in build script

Modified Paths:
--------------
    trunk/bibdesk/build_release.py

Modified: trunk/bibdesk/build_release.py
===================================================================
--- trunk/bibdesk/build_release.py      2024-02-13 15:07:10 UTC (rev 28736)
+++ trunk/bibdesk/build_release.py      2024-02-15 09:59:46 UTC (rev 28737)
@@ -71,8 +71,6 @@
 from urllib.request import urlopen
 from getpass import getuser
 
-from Foundation import NSXMLDocument, NSUserDefaults, NSURL, 
NSXMLNodePrettyPrint, NSXMLNodePreserveCDATA
-
 # determine the path based on the path of this program
 SOURCE_DIR = os.path.dirname(os.path.abspath(sys.argv[0]))
 assert len(SOURCE_DIR)
@@ -138,7 +136,7 @@
         newVersion = ".".join(oldVersion)
     infoPlist["CFBundleShortVersionString"] = newVersion
     with open(SOURCE_PLIST_PATH, "wb") as plistFile:
-        plistlib.dump(infoPlist, plistFille)
+        plistlib.dump(infoPlist, plistFile)
     with open(HELP_VERSION_PATH, "w", "utf-8") as helpVersionFile:
         helpVersionFile.write("@set VERSION " + newVersion)
     print("version string updated to %s" % (newVersion))

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to