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