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

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: minors 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
« no previous file with comments | « extensions/shell/app/app-Info.plist ('k') | extensions/shell/app/helper-Info.plist » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
« no previous file with comments | « extensions/shell/app/app-Info.plist ('k') | extensions/shell/app/helper-Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698