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