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