Author: Alex Langford
Date: 2023-01-31T12:58:37-08:00
New Revision: 8a16a069540a6c9662e53b64679b1f5ce8e51956

URL: 
https://github.com/llvm/llvm-project/commit/8a16a069540a6c9662e53b64679b1f5ce8e51956
DIFF: 
https://github.com/llvm/llvm-project/commit/8a16a069540a6c9662e53b64679b1f5ce8e51956.diff

LOG: [lldb][NFC] Remove copy of debugserver entitlements plist

An exact copy of this file exists in debugserver's resource directory
and this one is unused.

Added: 
    

Modified: 
    

Removed: 
    lldb/resources/debugserver-macosx-entitlements.plist


################################################################################
diff  --git a/lldb/resources/debugserver-macosx-entitlements.plist 
b/lldb/resources/debugserver-macosx-entitlements.plist
deleted file mode 100644
index 3d60e8bd0b94d..0000000000000
--- a/lldb/resources/debugserver-macosx-entitlements.plist
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" 
"http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
-<plist version="1.0">
-<dict>
-    <key>com.apple.security.cs.debugger</key>
-    <true/>
-</dict>
-</plist>


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to