Revision: 27213
          http://sourceforge.net/p/bibdesk/svn/27213
Author:   hofman
Date:     2022-01-05 16:41:46 +0000 (Wed, 05 Jan 2022)
Log Message:
-----------
update version in source Info.plist

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

Modified: trunk/bibdesk/build_release.py
===================================================================
--- trunk/bibdesk/build_release.py      2022-01-05 14:39:11 UTC (rev 27212)
+++ trunk/bibdesk/build_release.py      2022-01-05 16:41:46 UTC (rev 27213)
@@ -95,6 +95,7 @@
 BUILD_DIR = os.path.join(SYMROOT, "Release")
 BUILT_APP = os.path.join(BUILD_DIR, "BibDesk.app")
 DERIVED_DATA_DIR = os.path.join(BUILD_ROOT, "DerivedData")
+SOURCE_PLIST_PATH = os.path.join(SOURCE_DIR, "Info.plist")
 PLIST_PATH = os.path.join(BUILT_APP, "Contents", "Info.plist")
 RELNOTES_PATH = os.path.join(BUILT_APP, "Contents", "Resources", 
"RelNotes.rtf")
 
@@ -108,7 +109,7 @@
     assert rc == 0, "agvtool bump failed"
     
     # change CFBundleVersion and rewrite the Info.plist
-    infoPlist = plistlib.readPlist(PLIST_PATH)
+    infoPlist = plistlib.readPlist(SOURCE_PLIST_PATH)
     assert infoPlist is not None, "unable to read Info.plist"
     infoPlist["CFBundleShortVersionString"] = newVersion
     minimumSystemVersion = infoPlist["LSMinimumSystemVersion"]

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

Reply via email to