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