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

Unified Diff: chrome/test/data/app_shim/app_shim_32_bit.app/Contents/Info.plist

Issue 345493004: [Mac] App shim error test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and rebase Created 6 years, 6 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/app_shim/app_shim_32_bit.app/Contents/Info.plist
diff --git a/chrome/test/data/app_shim/app_shim_32_bit.app/Contents/Info.plist b/chrome/test/data/app_shim/app_shim_32_bit.app/Contents/Info.plist
new file mode 100644
index 0000000000000000000000000000000000000000..4b91ff02ebbad932d37e5b0b4fa3a8c5362bb78c
--- /dev/null
+++ b/chrome/test/data/app_shim/app_shim_32_bit.app/Contents/Info.plist
@@ -0,0 +1,56 @@
+<?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>13D65</string>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>en</string>
+ <key>CFBundleExecutable</key>
+ <string>app_mode_loader</string>
+ <key>CFBundleIconFile</key>
+ <string>app.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>FILLED_IN_BY_TEST</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>FILLED_IN_BY_TEST</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>37.0.2043.0</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>2043.0</string>
+ <key>CrAppModeProfileDir</key>
+ <string>Default</string>
+ <key>CrAppModeProfileName</key>
+ <string>First user</string>
+ <key>CrAppModeShortcutID</key>
+ <string>FILLED_IN_BY_TEST</string>
+ <key>CrAppModeShortcutName</key>
+ <string>Platform App Test: minimal platform app</string>
+ <key>CrAppModeShortcutURL</key>
+ <string></string>
+ <key>CrAppModeUserDataDir</key>
+ <string>FILLED_IN_BY_TEST</string>
+ <key>CrBundleIdentifier</key>
+ <string>FILLED_IN_BY_TEST</string>
+ <key>DTSDKBuild</key>
+ <string>10M2518</string>
+ <key>DTSDKName</key>
+ <string>macosx10.6</string>
+ <key>DTXcode</key>
+ <string>0511</string>
+ <key>DTXcodeBuild</key>
+ <string>5B1008</string>
+ <key>LSHasLocalizedDisplayName</key>
+ <true/>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.6.0</string>
+ <key>NSAppleScriptEnabled</key>
+ <true/>
+</dict>
+</plist>

Powered by Google App Engine
This is Rietveld 408576698