[vlc-commits] macOS codesign: Also use the org.videolan. prefix in gk mode
    David Fuhrmann 
    git at videolan.org
       
    Sat Jan 13 18:46:07 CET 2018
    
    
  
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sat Jan 13 18:40:42 2018 +0100| [2e2a1b34374f617ae2dac11bcbec8fd76a33eacb] | committer: David Fuhrmann
macOS codesign: Also use the org.videolan. prefix in gk mode
This is a per apple guideline.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2e2a1b34374f617ae2dac11bcbec8fd76a33eacb
---
 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 614dd997db..c85ad0c160 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="${filename%.*}"
+        IDENTIFIER="org.videolan.${filename%.*}"
     fi
 
     # info "Signing file $1 with identifier $IDENTIFIER"
    
    
More information about the vlc-commits
mailing list