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

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

Issue 178055: Put a proper info.plist into the framework so we can codesign it.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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
« no previous file with comments | « build/mac/tweak_app_infoplist ('k') | chrome/app/framework-Info.plist » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>en-US</string> 6 <string>en-US</string>
7 <key>CFBundleDisplayName</key> 7 <key>CFBundleDisplayName</key>
8 <string>${EXECUTABLE_NAME}</string> 8 <string>${EXECUTABLE_NAME}</string>
9 <key>CFBundleDocumentTypes</key> 9 <key>CFBundleDocumentTypes</key>
10 <array> 10 <array>
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 </dict> 159 </dict>
160 <dict> 160 <dict>
161 <key>CFBundleURLName</key> 161 <key>CFBundleURLName</key>
162 <string>Local file URL</string> 162 <string>Local file URL</string>
163 <key>CFBundleURLSchemes</key> 163 <key>CFBundleURLSchemes</key>
164 <array> 164 <array>
165 <string>file</string> 165 <string>file</string>
166 </array> 166 </array>
167 </dict> 167 </dict>
168 </array> 168 </array>
169 <key>CFBundleVersion</key>
170 <string>0.1</string>
171 <key>LSFileQuarantineEnabled</key> 169 <key>LSFileQuarantineEnabled</key>
172 <true/> 170 <true/>
173 <key>LSHasLocalizedDisplayName</key> 171 <key>LSHasLocalizedDisplayName</key>
174 <string>1</string> 172 <string>1</string>
175 <key>LSMinimumSystemVersion</key> 173 <key>LSMinimumSystemVersion</key>
176 <string>10.5.0</string> 174 <string>10.5.0</string>
177 <key>NSMainNibFile</key> 175 <key>NSMainNibFile</key>
178 <string>MainMenu</string> 176 <string>MainMenu</string>
179 <key>NSPrincipalClass</key> 177 <key>NSPrincipalClass</key>
180 <string>NSApplication</string> 178 <string>NSApplication</string>
(...skipping 12 matching lines...) Expand all
193 <dict> 191 <dict>
194 <key>public.filename-extension</key> 192 <key>public.filename-extension</key>
195 <array> 193 <array>
196 <string>crx</string> 194 <string>crx</string>
197 </array> 195 </array>
198 </dict> 196 </dict>
199 </dict> 197 </dict>
200 </array> 198 </array>
201 </dict> 199 </dict>
202 </plist> 200 </plist>
OLDNEW
« no previous file with comments | « build/mac/tweak_app_infoplist ('k') | chrome/app/framework-Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698