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

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

Issue 265163006: [Mac] Rebuild app shims when they fail to dyload Chrome Framework. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Change to official release shim. 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.dSYM/Contents/Info.plist
diff --git a/chrome/test/data/app_shim/app_shim_32_bit.app.dSYM/Contents/Info.plist b/chrome/test/data/app_shim/app_shim_32_bit.app.dSYM/Contents/Info.plist
new file mode 100644
index 0000000000000000000000000000000000000000..8b841f4753954c9317e2b44d354eba433c32fba7
--- /dev/null
+++ b/chrome/test/data/app_shim/app_shim_32_bit.app.dSYM/Contents/Info.plist
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+ <dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.apple.xcode.dsym.com.google.Chrome.app.@APP_MODE_SHORTCUT_ID@</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>dSYM</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleShortVersionString</key>
+ <string>37.0.2043.0</string>
+ <key>CFBundleVersion</key>
+ <string>2043.0</string>
+ </dict>
+</plist>

Powered by Google App Engine
This is Rietveld 408576698