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

Unified Diff: extensions/shell/app/framework-Info.plist

Issue 745093002: AppShell support for Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix win Created 6 years 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: extensions/shell/app/framework-Info.plist
diff --git a/chrome/app/framework-Info.plist b/extensions/shell/app/framework-Info.plist
similarity index 91%
copy from chrome/app/framework-Info.plist
copy to extensions/shell/app/framework-Info.plist
index f3b7fc725b6c900b51a55d2dcef4201d9754efbe..ec58d3794c0945b2b2acb1ded6beaa2038c5c32d 100644
--- a/chrome/app/framework-Info.plist
+++ b/extensions/shell/app/framework-Info.plist
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
- <string>${CHROMIUM_BUNDLE_ID}.framework</string>
+ <string>org.chromium.AppShell.framework</string>
James Cook 2014/12/10 21:05:00 ditto
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>

Powered by Google App Engine
This is Rietveld 408576698