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