1*d8b80295SApple OSS Distributions<?xml version="1.0" encoding="UTF-8"?> 2*d8b80295SApple OSS Distributions<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3*d8b80295SApple OSS Distributions<plist version="1.0"> 4*d8b80295SApple OSS Distributions<dict> 5*d8b80295SApple OSS Distributions <key>CFBundleDevelopmentRegion</key> 6*d8b80295SApple OSS Distributions <string>English</string> 7*d8b80295SApple OSS Distributions <key>CFBundleExecutable</key> 8*d8b80295SApple OSS Distributions <string>PerfIndex</string> 9*d8b80295SApple OSS Distributions <key>CFBundleIconFile</key> 10*d8b80295SApple OSS Distributions <string></string> 11*d8b80295SApple OSS Distributions <key>CFBundleIdentifier</key> 12*d8b80295SApple OSS Distributions <string>com.apple.coreostest.PerfIndex</string> 13*d8b80295SApple OSS Distributions <key>CFBundleInfoDictionaryVersion</key> 14*d8b80295SApple OSS Distributions <string>6.0</string> 15*d8b80295SApple OSS Distributions <key>CFBundleName</key> 16*d8b80295SApple OSS Distributions <string>PerfIndex</string> 17*d8b80295SApple OSS Distributions <key>CFBundlePackageType</key> 18*d8b80295SApple OSS Distributions <string>BNDL</string> 19*d8b80295SApple OSS Distributions <key>CFBundleShortVersionString</key> 20*d8b80295SApple OSS Distributions <string>1.0</string> 21*d8b80295SApple OSS Distributions <key>CFBundleSignature</key> 22*d8b80295SApple OSS Distributions <string>????</string> 23*d8b80295SApple OSS Distributions <key>CFBundleVersion</key> 24*d8b80295SApple OSS Distributions <string>1</string> 25*d8b80295SApple OSS Distributions <key>NSHumanReadableCopyright</key> 26*d8b80295SApple OSS Distributions <string>Copyright © 2013 Apple, Inc. All rights reserved.</string> 27*d8b80295SApple OSS Distributions <key>NSPrincipalClass</key> 28*d8b80295SApple OSS Distributions <string>PITest</string> 29*d8b80295SApple OSS Distributions <key>Tests</key> 30*d8b80295SApple OSS Distributions <dict> 31*d8b80295SApple OSS Distributions <key>perfindex-cpu</key> 32*d8b80295SApple OSS Distributions <string>PITest</string> 33*d8b80295SApple OSS Distributions <key>perfindex-memory</key> 34*d8b80295SApple OSS Distributions <string>PITest</string> 35*d8b80295SApple OSS Distributions <key>perfindex-syscall</key> 36*d8b80295SApple OSS Distributions <string>PITest</string> 37*d8b80295SApple OSS Distributions <key>perfindex-fault</key> 38*d8b80295SApple OSS Distributions <string>PITest</string> 39*d8b80295SApple OSS Distributions <key>perfindex-zfod</key> 40*d8b80295SApple OSS Distributions <string>PITest</string> 41*d8b80295SApple OSS Distributions <key>perfindex-filecreate</key> 42*d8b80295SApple OSS Distributions <string>PITest</string> 43*d8b80295SApple OSS Distributions <key>perfindex-fileread</key> 44*d8b80295SApple OSS Distributions <string>PITest</string> 45*d8b80295SApple OSS Distributions <key>perfindex-filewrite</key> 46*d8b80295SApple OSS Distributions <string>PITest</string> 47*d8b80295SApple OSS Distributions <key>perfindex-ramfilecreate</key> 48*d8b80295SApple OSS Distributions <string>PITest</string> 49*d8b80295SApple OSS Distributions <key>perfindex-ramfileread</key> 50*d8b80295SApple OSS Distributions <string>PITest</string> 51*d8b80295SApple OSS Distributions <key>perfindex-ramfilewrite</key> 52*d8b80295SApple OSS Distributions <string>PITest</string> 53*d8b80295SApple OSS Distributions <key>perfindex-iperf</key> 54*d8b80295SApple OSS Distributions <string>PITest</string> 55*d8b80295SApple OSS Distributions <key>perfindex-compile</key> 56*d8b80295SApple OSS Distributions <string>PITest</string> 57*d8b80295SApple OSS Distributions </dict> 58*d8b80295SApple OSS Distributions</dict> 59*d8b80295SApple OSS Distributions</plist> 60