<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Yeah that whole document should probably be part of the build section for macOS. I can move the guide there because I anyway have to learn how the new website works :)<div class=""><br class=""></div><div class="">- Raphael<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Jul 2, 2019, at 3:27 PM, Jonas Devlieghere <<a href="mailto:jonas@devlieghere.com" class="">jonas@devlieghere.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Should we convert this to RST file and make it a proper part of the website?</div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jul 2, 2019 at 2:07 PM Raphael Isemann via lldb-commits <<a href="mailto:lldb-commits@lists.llvm.org" class="">lldb-commits@lists.llvm.org</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Author: teemperor<br class="">
Date: Tue Jul  2 14:07:25 2019<br class="">
New Revision: 364967<br class="">
<br class="">
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=364967&view=rev" rel="noreferrer" target="_blank" class="">http://llvm.org/viewvc/llvm-project?rev=364967&view=rev</a><br class="">
Log:<br class="">
[lldb] Mention automatic codesign setup script [NFC]<br class="">
<br class="">
The script is the modern way of getting the certificate, so we should mention it in<br class="">
the documentation.<br class="">
<br class="">
Patch idea by Davidino Italiano!<br class="">
<br class="">
Modified:<br class="">
    lldb/trunk/docs/code-signing.txt<br class="">
<br class="">
Modified: lldb/trunk/docs/code-signing.txt<br class="">
URL: <a href="http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/code-signing.txt?rev=364967&r1=364966&r2=364967&view=diff" rel="noreferrer" target="_blank" class="">http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/code-signing.txt?rev=364967&r1=364966&r2=364967&view=diff</a><br class="">
==============================================================================<br class="">
--- lldb/trunk/docs/code-signing.txt (original)<br class="">
+++ lldb/trunk/docs/code-signing.txt Tue Jul  2 14:07:25 2019<br class="">
@@ -14,7 +14,10 @@ build folders that contained old signed<br class="">
 code signing using the executable's file system node, so you will need to<br class="">
 delete the file so the kernel clears its cache.<br class="">
<br class="">
-If you don't have one yet you will need to:<br class="">
+Automatic setup:<br class="">
+- Run scripts/macos-setup-codesign.sh<br class="">
+<br class="">
+Manual setup steps:<br class="">
 - Launch /Applications/Utilities/Keychain Access.app<br class="">
<br class="">
 - In Keychain Access select the "login" keychain in the "Keychains"<br class="">
<br class="">
<br class="">
_______________________________________________<br class="">
lldb-commits mailing list<br class="">
<a href="mailto:lldb-commits@lists.llvm.org" target="_blank" class="">lldb-commits@lists.llvm.org</a><br class="">
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits" rel="noreferrer" target="_blank" class="">https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits</a><br class="">
</blockquote></div>
</div></blockquote></div><br class=""></div></body></html>