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

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

Issue 171040: add the InfoPlist.strings generation based on GRD strings.... (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
« no previous file with comments | « build/mac/tweak_app_infoplist ('k') | chrome/app/breakpad_mac.mm » ('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>English</string> 6 » <string>en-US</string>
7 » <key>UTExportedTypeDeclarations</key> 7 » <key>CFBundleDisplayName</key>
8 » <array> 8 » <string>${EXECUTABLE_NAME}</string>
9 » » <dict>
10 » » » <key>UTTypeIdentifier</key>
11 » » » <string>org.chromium.extension</string>
12 » » » <key>UTTypeDescription</key>
13 » » » <string>Chromium Extra</string>
14 » » » <key>UTTypeConformsTo</key>
15 » » » <array>
16 » » » » <string>public.data</string>
17 » » » </array>
18 » » » <key>UTTypeTagSpecification</key>
19 » » » <dict>
20 » » » » <key>public.filename-extension</key>
21 » » » » <array>
22 » » » » » <string>crx</string>
23 » » » » </array>
24 » » » </dict>
25 » » </dict>
26 » </array>
27 <key>CFBundleDocumentTypes</key> 9 <key>CFBundleDocumentTypes</key>
28 <array> 10 <array>
29 <dict> 11 <dict>
30 <key>CFBundleTypeExtensions</key> 12 <key>CFBundleTypeExtensions</key>
31 <array> 13 <array>
32 <string>gif</string> 14 <string>gif</string>
33 </array> 15 </array>
34 <key>CFBundleTypeMIMETypes</key> 16 <key>CFBundleTypeMIMETypes</key>
35 <array> 17 <array>
36 <string>image/gif</string> 18 <string>image/gif</string>
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 <key>CFBundleTypeName</key> 109 <key>CFBundleTypeName</key>
128 <string>PNG image</string> 110 <string>PNG image</string>
129 <key>CFBundleTypeOSTypes</key> 111 <key>CFBundleTypeOSTypes</key>
130 <array> 112 <array>
131 <string>PNGf</string> 113 <string>PNGf</string>
132 </array> 114 </array>
133 <key>CFBundleTypeRole</key> 115 <key>CFBundleTypeRole</key>
134 <string>Viewer</string> 116 <string>Viewer</string>
135 </dict> 117 </dict>
136 <dict> 118 <dict>
119 <key>CFBundleTypeRole</key>
120 <string>Viewer</string>
137 <key>LSItemContentTypes</key> 121 <key>LSItemContentTypes</key>
138 <array> 122 <array>
139 <string>org.chromium.extension</string> 123 <string>org.chromium.extension</string>
140 </array> 124 </array>
141 <key>CFBundleTypeRole</key>
142 <string>Viewer</string>
143 </dict> 125 </dict>
144 </array> 126 </array>
145 <key>CFBundleExecutable</key> 127 <key>CFBundleExecutable</key>
146 <string>${EXECUTABLE_NAME}</string> 128 <string>${EXECUTABLE_NAME}</string>
147 <key>CFBundleIconFile</key> 129 <key>CFBundleIconFile</key>
148 <string>app.icns</string> 130 <string>app.icns</string>
149 <key>CFBundleIdentifier</key> 131 <key>CFBundleIdentifier</key>
150 <string>${CHROMIUM_BUNDLE_ID}</string> 132 <string>${CHROMIUM_BUNDLE_ID}</string>
151 <key>CFBundleInfoDictionaryVersion</key> 133 <key>CFBundleInfoDictionaryVersion</key>
152 <string>6.0</string> 134 <string>6.0</string>
(...skipping 28 matching lines...) Expand all
181 <key>CFBundleURLSchemes</key> 163 <key>CFBundleURLSchemes</key>
182 <array> 164 <array>
183 <string>file</string> 165 <string>file</string>
184 </array> 166 </array>
185 </dict> 167 </dict>
186 </array> 168 </array>
187 <key>CFBundleVersion</key> 169 <key>CFBundleVersion</key>
188 <string>0.1</string> 170 <string>0.1</string>
189 <key>LSFileQuarantineEnabled</key> 171 <key>LSFileQuarantineEnabled</key>
190 <true/> 172 <true/>
173 <key>LSHasLocalizedDisplayName</key>
174 <string>1</string>
191 <key>LSMinimumSystemVersion</key> 175 <key>LSMinimumSystemVersion</key>
192 <string>10.5.0</string> 176 <string>10.5.0</string>
193 <key>NSMainNibFile</key> 177 <key>NSMainNibFile</key>
194 <string>MainMenu</string> 178 <string>MainMenu</string>
195 <key>NSPrincipalClass</key> 179 <key>NSPrincipalClass</key>
196 <string>NSApplication</string> 180 <string>NSApplication</string>
181 <key>UTExportedTypeDeclarations</key>
182 <array>
183 <dict>
184 <key>UTTypeConformsTo</key>
185 <array>
186 <string>public.data</string>
187 </array>
188 <key>UTTypeDescription</key>
189 <string>Chromium Extra</string>
190 <key>UTTypeIdentifier</key>
191 <string>org.chromium.extension</string>
192 <key>UTTypeTagSpecification</key>
193 <dict>
194 <key>public.filename-extension</key>
195 <array>
196 <string>crx</string>
197 </array>
198 </dict>
199 </dict>
200 </array>
197 </dict> 201 </dict>
198 </plist> 202 </plist>
OLDNEW
« no previous file with comments | « build/mac/tweak_app_infoplist ('k') | chrome/app/breakpad_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698