[vlc-commits] macOS codesign: Also use the org.videolan. prefix in gk mode
David Fuhrmann
git at videolan.org
Sat Jan 13 18:49:48 CET 2018
vlc/vlc-3.0 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sat Jan 13 18:40:42 2018 +0100| [a199848373b39c2bb565583f72545df3cc063e85] | committer: David Fuhrmann
macOS codesign: Also use the org.videolan. prefix in gk mode
This is a per apple guideline.
(cherry picked from commit 2e2a1b34374f617ae2dac11bcbec8fd76a33eacb)
Signed-off-by: David Fuhrmann <dfuhrmann at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=a199848373b39c2bb565583f72545df3cc063e85
---
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