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

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

Issue 165290: Set Mac creator signature to 'rimZ' (Google Chrome) and 'Cr24' (Chromium) (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 | « no previous file | chrome/chrome.gyp » ('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>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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 <string>app.icns</string> 148 <string>app.icns</string>
149 <key>CFBundleIdentifier</key> 149 <key>CFBundleIdentifier</key>
150 <string>${CHROMIUM_BUNDLE_ID}</string> 150 <string>${CHROMIUM_BUNDLE_ID}</string>
151 <key>CFBundleInfoDictionaryVersion</key> 151 <key>CFBundleInfoDictionaryVersion</key>
152 <string>6.0</string> 152 <string>6.0</string>
153 <key>CFBundleName</key> 153 <key>CFBundleName</key>
154 <string>${CHROMIUM_SHORT_NAME}</string> 154 <string>${CHROMIUM_SHORT_NAME}</string>
155 <key>CFBundlePackageType</key> 155 <key>CFBundlePackageType</key>
156 <string>APPL</string> 156 <string>APPL</string>
157 <key>CFBundleSignature</key> 157 <key>CFBundleSignature</key>
158 » <string>????</string> 158 » <string>${CHROMIUM_CREATOR}</string>
159 <key>CFBundleURLTypes</key> 159 <key>CFBundleURLTypes</key>
160 <array> 160 <array>
161 <dict> 161 <dict>
162 <key>CFBundleURLName</key> 162 <key>CFBundleURLName</key>
163 <string>Web site URL</string> 163 <string>Web site URL</string>
164 <key>CFBundleURLSchemes</key> 164 <key>CFBundleURLSchemes</key>
165 <array> 165 <array>
166 <string>http</string> 166 <string>http</string>
167 <string>https</string> 167 <string>https</string>
168 </array> 168 </array>
(...skipping 20 matching lines...) Expand all
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>NSMainNibFile</key> 193 <key>NSMainNibFile</key>
194 <string>MainMenu</string> 194 <string>MainMenu</string>
195 <key>NSPrincipalClass</key> 195 <key>NSPrincipalClass</key>
196 <string>NSApplication</string> 196 <string>NSApplication</string>
197 </dict> 197 </dict>
198 </plist> 198 </plist>
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698