]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/driver/Info.plist.in
Vendor import of clang r114020 (from the release_28 branch):
[FreeBSD/FreeBSD.git] / tools / driver / Info.plist.in
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>CFBundleIdentifier</key>
6         <string>@TOOL_INFO_UTI@</string>
7         <key>CFBundleInfoDictionaryVersion</key>
8         <string>6.0</string>
9         <key>CFBundleName</key>
10         <string>@TOOL_INFO_NAME</string>
11         <key>CFBundleShortVersionString</key>
12         <string>@TOOL_INFO_VERSION@</string>
13         <key>CFBundleVersion</key>
14         <string>@TOOL_INFO_BUILD_VERSION@</string>
15         <key>CFBundleSignature</key>
16         <string>????</string>
17 </dict>
18 </plist>