brintos

brintos / llvm-project-archived public Read only

0
0
Text · 785 B · 93af4df Raw
25 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>CFBundleExecutable</key>8	<string>LLDB</string>9	<key>CFBundleIdentifier</key>10	<string>${MACOSX_FRAMEWORK_IDENTIFIER}</string>11	<key>CFBundleInfoDictionaryVersion</key>12	<string>6.0</string>13	<key>CFBundlePackageType</key>14	<string>FMWK</string>15	<key>CFBundleShortVersionString</key>16	<string>${MACOSX_FRAMEWORK_SHORT_VERSION_STRING}</string>17	<key>CFBundleSignature</key>18	<string>????</string>19	<key>CFBundleVersion</key>20	<string>${MACOSX_FRAMEWORK_BUNDLE_VERSION}</string>21	<key>CFBundleName</key>22	<string>LLDB</string>23</dict>24</plist>25