Index: chrome/test/data/file_select_helper/CalculatorFake.app/Contents/Info.plist |
diff --git a/chrome/test/data/file_select_helper/CalculatorFake.app/Contents/Info.plist b/chrome/test/data/file_select_helper/CalculatorFake.app/Contents/Info.plist |
new file mode 100644 |
index 0000000000000000000000000000000000000000..39c38a4dec62f08eb7588d3fdd7bfd466f34cbac |
--- /dev/null |
+++ b/chrome/test/data/file_select_helper/CalculatorFake.app/Contents/Info.plist |
@@ -0,0 +1,62 @@ |
+<?xml version="1.0" encoding="UTF-8"?> |
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
+<plist version="1.0"> |
+<dict> |
+ <key>BuildMachineOSBuild</key> |
+ <string>13A3007</string> |
+ <key>CFBundleDevelopmentRegion</key> |
+ <string>English</string> |
+ <key>CFBundleExecutable</key> |
+ <string>Calculator</string> |
+ <key>CFBundleGetInfoString</key> |
+ <string>10.8, Copyright © 2001-2013, Apple Inc.</string> |
+ <key>CFBundleHelpBookFolder</key> |
+ <string>Calculator.help</string> |
+ <key>CFBundleHelpBookName</key> |
+ <string>com.apple.Calculator.help</string> |
+ <key>CFBundleIconFile</key> |
+ <string>Calculator.icns</string> |
+ <key>CFBundleIdentifier</key> |
+ <string>com.apple.calculator</string> |
+ <key>CFBundleInfoDictionaryVersion</key> |
+ <string>6.0</string> |
+ <key>CFBundleName</key> |
+ <string>Calculator</string> |
+ <key>CFBundlePackageType</key> |
+ <string>APPL</string> |
+ <key>CFBundleShortVersionString</key> |
+ <string>10.8</string> |
+ <key>CFBundleSignature</key> |
+ <string>????</string> |
+ <key>CFBundleVersion</key> |
+ <string>123</string> |
+ <key>DTCompiler</key> |
+ <string>com.apple.compilers.llvm.clang.1_0</string> |
+ <key>DTPlatformBuild</key> |
+ <string>5A11344p</string> |
+ <key>DTPlatformVersion</key> |
+ <string>GM</string> |
+ <key>DTSDKBuild</key> |
+ <string>13A3007</string> |
+ <key>DTSDKName</key> |
+ <string></string> |
+ <key>DTXcode</key> |
+ <string>0500</string> |
+ <key>DTXcodeBuild</key> |
+ <string>5A11344p</string> |
+ <key>LSApplicationCategoryType</key> |
+ <string>public.app-category.utilities</string> |
+ <key>LSApplicationSecondaryCategoryType</key> |
+ <string>public.app-category.productivity</string> |
+ <key>LSHasLocalizedDisplayName</key> |
+ <true/> |
+ <key>LSMinimumSystemVersion</key> |
+ <string>10.8.0</string> |
+ <key>NSMainNibFile</key> |
+ <string>Calculator</string> |
+ <key>NSPrincipalClass</key> |
+ <string>NSApplication</string> |
+ <key>NSSupportsSuddenTermination</key> |
+ <true/> |
+</dict> |
+</plist> |