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