[MLIR][TOSA] Update CustomOp input and output names (#118408)
[llvm-project.git] / lldb / tools / driver / lldb-Info.plist.in
bloba875129ef2965d085ac1fdf3f2869d68a21d8ae7
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</string>
9 <key>CFBundleInfoDictionaryVersion</key>
10 <string>6.0</string>
11 <key>CFBundleName</key>
12 <string>lldb</string>
13 <key>CFBundleVersion</key>
14 <string>${LLDB_VERSION}</string>
15 <key>SecTaskAccess</key>
16 <array>
17 <string>allowed</string>
18 <string>debug</string>
19 </array>
20 </dict>
21 </plist>