| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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> |
| OLD | NEW |