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