[Lldb-commits] [lldb] r364967 - [lldb] Mention automatic codesign setup script [NFC]

Raphael Isemann via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 2 14:07:25 PDT 2019


Author: teemperor
Date: Tue Jul  2 14:07:25 2019
New Revision: 364967

URL: http://llvm.org/viewvc/llvm-project?rev=364967&view=rev
Log:
[lldb] Mention automatic codesign setup script [NFC]

The script is the modern way of getting the certificate, so we should mention it in
the documentation.

Patch idea by Davidino Italiano!

Modified:
    lldb/trunk/docs/code-signing.txt

Modified: lldb/trunk/docs/code-signing.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/code-signing.txt?rev=364967&r1=364966&r2=364967&view=diff
==============================================================================
--- lldb/trunk/docs/code-signing.txt (original)
+++ lldb/trunk/docs/code-signing.txt Tue Jul  2 14:07:25 2019
@@ -14,7 +14,10 @@ build folders that contained old signed
 code signing using the executable's file system node, so you will need to
 delete the file so the kernel clears its cache.
 
-If you don't have one yet you will need to:
+Automatic setup:
+- Run scripts/macos-setup-codesign.sh
+
+Manual setup steps:
 - Launch /Applications/Utilities/Keychain Access.app
 
 - In Keychain Access select the "login" keychain in the "Keychains"




More information about the lldb-commits mailing list