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