Revision: 13773
http://sourceforge.net/p/skim-app/code/13773
Author: hofman
Date: 2023-11-18 15:11:24 +0000 (Sat, 18 Nov 2023)
Log Message:
-----------
fix name of embedded app
Modified Paths:
--------------
trunk/codesign_skim.sh
Modified: trunk/codesign_skim.sh
===================================================================
--- trunk/codesign_skim.sh 2023-11-17 22:59:54 UTC (rev 13772)
+++ trunk/codesign_skim.sh 2023-11-18 15:11:24 UTC (rev 13773)
@@ -33,7 +33,7 @@
codesign ${CODESIGN_FLAGS} ${CODESIGN_OPTIONS} -s "${IDENTITY}" -i
"org.sparkle-project.Sparkle.Autoupdate" "${SPARKLE_LOCATION}/Autoupdate"
codesign ${CODESIGN_FLAGS} ${CODESIGN_OPTIONS} -s "${IDENTITY}"
${CODESIGN_OPTIONS:+--entitlements "${DOWNLOADER_ENTITLEMENTS}"}
"${SPARKLE_LOCATION}/XPCServices/Downloader.xpc"
codesign ${CODESIGN_FLAGS} ${CODESIGN_OPTIONS} -s "${IDENTITY}"
"${SPARKLE_LOCATION}/XPCServices/Installer.xpc"
-codesign ${CODESIGN_FLAGS} ${CODESIGN_OPTIONS} -s "${IDENTITY}"
"${SPARKLE_LOCATION}/Autoupdate.app"
+codesign ${CODESIGN_FLAGS} ${CODESIGN_OPTIONS} -s "${IDENTITY}"
"${SPARKLE_LOCATION}/Updater.app"
codesign ${CODESIGN_FLAGS} -s "${IDENTITY}" "${LOCATION}/Sparkle.framework"
LOCATION="${CONTENTS_DIR}/Library"
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