Revision: 13738
          http://sourceforge.net/p/skim-app/code/13738
Author:   hofman
Date:     2023-11-10 15:48:48 +0000 (Fri, 10 Nov 2023)
Log Message:
-----------
no need to pass sha1 option to codesign

Modified Paths:
--------------
    trunk/codesign_skim.sh

Modified: trunk/codesign_skim.sh
===================================================================
--- trunk/codesign_skim.sh      2023-11-09 15:01:31 UTC (rev 13737)
+++ trunk/codesign_skim.sh      2023-11-10 15:48:48 UTC (rev 13738)
@@ -20,7 +20,7 @@
 
 # see 
https://mjtsai.com/blog/2021/02/18/code-signing-when-building-on-apple-silicon/
 # and https://developer.apple.com/forums/thread/130855
-CODESIGN_FLAGS="-v --timestamp -f --digest-algorithm=sha1,sha256"
+CODESIGN_FLAGS="-v --timestamp -f"
 
 CONTENTS_DIR="${SKIM_BUNDLE_PATH}/Contents"
 

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



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to