vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <[email protected]> | Fri 
Jan 19 18:28:08 2018 +0100| [e20788db345d54811cd99239d6b0e6ee287126fb] | 
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

(cherry picked from commit 307e1368299d79a75cbb534554aa9aa73065697a)
Signed-off-by: Jean-Baptiste Kempf <[email protected]>

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

 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 b4aa0eec99..1f5341a17d 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"

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to