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