xref: /xnu-8796.141.3/EXTERNAL_HEADERS/Info.plist (revision 1b191cb58250d0705d8a51287127505aa4bc0789)
1*1b191cb5SApple OSS Distributions<?xml version="1.0" encoding="UTF-8"?>
2*1b191cb5SApple OSS Distributions<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
3*1b191cb5SApple OSS Distributions<plist version="0.9">
4*1b191cb5SApple OSS Distributions<dict>
5*1b191cb5SApple OSS Distributions	<key>CFBundleDevelopmentRegion</key>
6*1b191cb5SApple OSS Distributions	<string>English</string>
7*1b191cb5SApple OSS Distributions	<key>CFBundleIdentifier</key>
8*1b191cb5SApple OSS Distributions	<string>com.apple.framework.kernel</string>
9*1b191cb5SApple OSS Distributions	<key>CFBundleName</key>
10*1b191cb5SApple OSS Distributions	<string>Kernel</string>
11*1b191cb5SApple OSS Distributions	<key>CFBundleInfoDictionaryVersion</key>
12*1b191cb5SApple OSS Distributions	<string>6.0</string>
13*1b191cb5SApple OSS Distributions	<key>CFBundlePackageType</key>
14*1b191cb5SApple OSS Distributions	<string>FMWK</string>
15*1b191cb5SApple OSS Distributions	<key>CFBundleShortVersionString</key>
16*1b191cb5SApple OSS Distributions        <string>###KERNEL_VERSION_SHORT###</string>
17*1b191cb5SApple OSS Distributions	<key>CFBundleVersion</key>
18*1b191cb5SApple OSS Distributions        <string>###KERNEL_VERSION_LONG###</string>
19*1b191cb5SApple OSS Distributions	<key>CFBundleSignature</key>
20*1b191cb5SApple OSS Distributions	<string>????</string>
21*1b191cb5SApple OSS Distributions</dict>
22*1b191cb5SApple OSS Distributions</plist>
23