1*2c2f96dcSApple OSS Distributions<?xml version="1.0" encoding="UTF-8"?> 2*2c2f96dcSApple OSS Distributions<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3*2c2f96dcSApple OSS Distributions<plist version="1.0"> 4*2c2f96dcSApple OSS Distributions<dict> 5*2c2f96dcSApple OSS Distributions <key>CFBundleDevelopmentRegion</key> 6*2c2f96dcSApple OSS Distributions <string>English</string> 7*2c2f96dcSApple OSS Distributions <key>CFBundleExecutable</key> 8*2c2f96dcSApple OSS Distributions <string>${EXECUTABLE_NAME}</string> 9*2c2f96dcSApple OSS Distributions <key>CFBundleName</key> 10*2c2f96dcSApple OSS Distributions <string>${PRODUCT_NAME}</string> 11*2c2f96dcSApple OSS Distributions <key>CFBundleIconFile</key> 12*2c2f96dcSApple OSS Distributions <string></string> 13*2c2f96dcSApple OSS Distributions <key>CFBundleIdentifier</key> 14*2c2f96dcSApple OSS Distributions <string>com.apple.kext.${PRODUCT_NAME:identifier}</string> 15*2c2f96dcSApple OSS Distributions <key>CFBundleInfoDictionaryVersion</key> 16*2c2f96dcSApple OSS Distributions <string>6.0</string> 17*2c2f96dcSApple OSS Distributions <key>CFBundlePackageType</key> 18*2c2f96dcSApple OSS Distributions <string>KEXT</string> 19*2c2f96dcSApple OSS Distributions <key>CFBundleSignature</key> 20*2c2f96dcSApple OSS Distributions <string>????</string> 21*2c2f96dcSApple OSS Distributions <key>CFBundleVersion</key> 22*2c2f96dcSApple OSS Distributions <string>1.0.0d1</string> 23*2c2f96dcSApple OSS Distributions <key>OSBundleLibraries</key> 24*2c2f96dcSApple OSS Distributions <dict> 25*2c2f96dcSApple OSS Distributions <key>com.apple.kpi.iokit</key> 26*2c2f96dcSApple OSS Distributions <string>9.0.0d7</string> 27*2c2f96dcSApple OSS Distributions <key>com.apple.kpi.libkern</key> 28*2c2f96dcSApple OSS Distributions <string>9.0.0d7</string> 29*2c2f96dcSApple OSS Distributions <key>com.apple.kpi.mach</key> 30*2c2f96dcSApple OSS Distributions <string>9.0.0d7</string> 31*2c2f96dcSApple OSS Distributions</dict> 32*2c2f96dcSApple OSS Distributions</dict> 33*2c2f96dcSApple OSS Distributions</plist> 34