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