Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / tools / lldb-server / Darwin / resources / lldb-server-Info.plist
blob58a34ca5e43813e7e70b077c2d982799cd3b9db2
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleIdentifier</key>
8 <string>com.apple.lldb-server</string>
9 <key>CFBundleInfoDictionaryVersion</key>
10 <string>6.0</string>
11 <key>CFBundleName</key>
12 <string>lldb-server</string>
13 <key>CFBundleVersion</key>
14 <string>2</string>
15 <key>SecTaskAccess</key>
16 <array>
17 <string>allowed</string>
18 <string>debug</string>
19 </array>
20 </dict>
21 </plist>