Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8046)

Unified Diff: chrome/test/data/file_select_helper/CalculatorFake.app/Contents/Info.plist

Issue 634833003: mac: Zip packages when they are selected by the file opener. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use AppendRelativePath(). Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/data/file_select_helper/CalculatorFake.app/Contents/MacOS/Calculator » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698