[vlc-commits] codesign.sh: Sign helper libaries of Breakpad.framework
David Fuhrmann
git at videolan.org
Sat Oct 27 17:49:04 CEST 2018
vlc/vlc-3.0 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Tue Oct 23 20:48:51 2018 +0200| [c95c3817d97195879eb23fadc7d4a21eac106427] | committer: David Fuhrmann
codesign.sh: Sign helper libaries of Breakpad.framework
(cherry picked from commit 79332e25eaaeb828e8c8a92048e9745f032cb811)
Signed-off-by: David Fuhrmann <dfuhrmann at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=c95c3817d97195879eb23fadc7d4a21eac106427
---
extras/package/macosx/codesign.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/extras/package/macosx/codesign.sh b/extras/package/macosx/codesign.sh
index 0d1a08fa35..412c80ceb8 100755
--- a/extras/package/macosx/codesign.sh
+++ b/extras/package/macosx/codesign.sh
@@ -102,6 +102,8 @@ sign "VLC.app/Contents/Frameworks/Sparkle.framework/Resources/Autoupdate.app"
sign "VLC.app/Contents/Frameworks/Sparkle.framework/Versions/A"
if [ -e "VLC.app/Contents/Frameworks/Breakpad.framework" ]; then
+ sign "VLC.app/Contents/Frameworks/Breakpad.framework/Resources/breakpadUtilities.dylib"
+ sign "VLC.app/Contents/Frameworks/Breakpad.framework/Resources/Inspector"
sign "VLC.app/Contents/Frameworks/Breakpad.framework/Resources/crash_report_sender.app"
sign "VLC.app/Contents/Frameworks/Breakpad.framework/Versions/A"
fi
More information about the vlc-commits
mailing list