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