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