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