22 lines · plain
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-mcp</string>9 <key>CFBundleInfoDictionaryVersion</key>10 <string>6.0</string>11 <key>CFBundleName</key>12 <string>lldb-mcp</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>22