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

Side by Side Diff: chrome/app/app-Info.plist

Issue 164177: Provide a separate app bundle for subprocesses like the renderer on the Mac.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>CFBundleDevelopmentRegion</key> 5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string> 6 <string>English</string>
7 <key>UTExportedTypeDeclarations</key> 7 <key>UTExportedTypeDeclarations</key>
8 <array> 8 <array>
9 <dict> 9 <dict>
10 <key>UTTypeIdentifier</key> 10 <key>UTTypeIdentifier</key>
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 <string>file</string> 183 <string>file</string>
184 </array> 184 </array>
185 </dict> 185 </dict>
186 </array> 186 </array>
187 <key>CFBundleVersion</key> 187 <key>CFBundleVersion</key>
188 <string>0.1</string> 188 <string>0.1</string>
189 <key>LSFileQuarantineEnabled</key> 189 <key>LSFileQuarantineEnabled</key>
190 <true/> 190 <true/>
191 <key>LSMinimumSystemVersion</key> 191 <key>LSMinimumSystemVersion</key>
192 <string>10.5.0</string> 192 <string>10.5.0</string>
193 <key>LSUIElement</key>
194 <string>1</string>
195 <key>NSMainNibFile</key> 193 <key>NSMainNibFile</key>
196 <string>MainMenu</string> 194 <string>MainMenu</string>
197 <key>NSPrincipalClass</key> 195 <key>NSPrincipalClass</key>
198 <string>NSApplication</string> 196 <string>NSApplication</string>
199 </dict> 197 </dict>
200 </plist> 198 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698