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