xref: /xnu-11215.1.10/config/System.kext/PlugIns/BSDKernel.kext/Info.plist (revision 8d741a5de7ff4191bf97d57b9f54c2f6d4a15585)
1*8d741a5dSApple OSS Distributions<?xml version="1.0" encoding="UTF-8"?>
2*8d741a5dSApple OSS Distributions<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3*8d741a5dSApple OSS Distributions<plist version="1.0">
4*8d741a5dSApple OSS Distributions<dict>
5*8d741a5dSApple OSS Distributions	<key>CFBundleDevelopmentRegion</key>
6*8d741a5dSApple OSS Distributions	<string>English</string>
7*8d741a5dSApple OSS Distributions	<key>CFBundleExecutable</key>
8*8d741a5dSApple OSS Distributions	<string>BSDKernel</string>
9*8d741a5dSApple OSS Distributions	<key>CFBundleGetInfoString</key>
10*8d741a5dSApple OSS Distributions	<string>BSD Kernel Pseudoextension, Apple Computer Inc, ###KERNEL_VERSION_LONG###</string>
11*8d741a5dSApple OSS Distributions	<key>CFBundleIdentifier</key>
12*8d741a5dSApple OSS Distributions	<string>com.apple.kpi.bsd</string>
13*8d741a5dSApple OSS Distributions	<key>CFBundleInfoDictionaryVersion</key>
14*8d741a5dSApple OSS Distributions	<string>6.0</string>
15*8d741a5dSApple OSS Distributions	<key>CFBundleName</key>
16*8d741a5dSApple OSS Distributions	<string>BSD Kernel Pseudoextension</string>
17*8d741a5dSApple OSS Distributions	<key>CFBundlePackageType</key>
18*8d741a5dSApple OSS Distributions	<string>KEXT</string>
19*8d741a5dSApple OSS Distributions	<key>CFBundleShortVersionString</key>
20*8d741a5dSApple OSS Distributions	<string>###KERNEL_VERSION_SHORT###</string>
21*8d741a5dSApple OSS Distributions	<key>CFBundleSignature</key>
22*8d741a5dSApple OSS Distributions	<string>????</string>
23*8d741a5dSApple OSS Distributions	<key>CFBundleVersion</key>
24*8d741a5dSApple OSS Distributions	<string>###KERNEL_VERSION_LONG###</string>
25*8d741a5dSApple OSS Distributions	<key>OSBundleCompatibleVersion</key>
26*8d741a5dSApple OSS Distributions	<string>8.0.0b1</string>
27*8d741a5dSApple OSS Distributions	<key>OSBundleRequired</key>
28*8d741a5dSApple OSS Distributions	<string>Root</string>
29*8d741a5dSApple OSS Distributions	<key>OSKernelResource</key>
30*8d741a5dSApple OSS Distributions	<true/>
31*8d741a5dSApple OSS Distributions	<key>OSBundleAllowUserLoad</key>
32*8d741a5dSApple OSS Distributions	<true/>
33*8d741a5dSApple OSS Distributions</dict>
34*8d741a5dSApple OSS Distributions</plist>
35