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" _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits