[vlc-commits] Revert "macOS codesign: Also use the org.videolan. prefix in gk mode"

Jean-Baptiste Kempf git at videolan.org
Fri Jan 19 18:28:33 CET 2018


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan 19 18:28:08 2018 +0100| [307e1368299d79a75cbb534554aa9aa73065697a] | committer: Jean-Baptiste Kempf

Revert "macOS codesign: Also use the org.videolan. prefix in gk mode"

This reverts commit 2e2a1b34374f617ae2dac11bcbec8fd76a33eacb.

This seems to be a problem by sub-signing the Sparkle files and the VLC
include headers

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=307e1368299d79a75cbb534554aa9aa73065697a
---

 extras/package/macosx/codesign.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/macosx/codesign.sh b/extras/package/macosx/codesign.sh
index 26dd961e69..b408d6e61b 100755
--- a/extras/package/macosx/codesign.sh
+++ b/extras/package/macosx/codesign.sh
@@ -85,7 +85,7 @@ sign()
     IDENTIFIER="$2"
     if [ -z "$IDENTIFIER" ]; then
         filename=$(basename "$1")
-        IDENTIFIER="org.videolan.${filename%.*}"
+        IDENTIFIER="${filename%.*}"
     fi
 
     # info "Signing file $1 with identifier $IDENTIFIER"



More information about the vlc-commits mailing list