Revision: 12688
          http://sourceforge.net/p/skim-app/code/12688
Author:   hofman
Date:     2022-01-05 16:41:38 +0000 (Wed, 05 Jan 2022)
Log Message:
-----------
update version in source Info.plist

Modified Paths:
--------------
    trunk/build_skim.py

Modified: trunk/build_skim.py
===================================================================
--- trunk/build_skim.py 2022-01-05 14:39:05 UTC (rev 12687)
+++ trunk/build_skim.py 2022-01-05 16:41:38 UTC (rev 12688)
@@ -94,6 +94,7 @@
 BUILD_DIR = os.path.join(SYMROOT, "Release")
 BUILT_APP = os.path.join(BUILD_DIR, "Skim.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", 
"ReleaseNotes.rtf")
 
@@ -107,7 +108,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.



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to