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>en-US</string> | 6 » <string>en</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> |
11 <dict> | 11 <dict> |
12 <key>CFBundleTypeExtensions</key> | 12 <key>CFBundleTypeExtensions</key> |
13 <array> | 13 <array> |
14 <string>gif</string> | 14 <string>gif</string> |
15 </array> | 15 </array> |
16 <key>CFBundleTypeIconFile</key> | 16 <key>CFBundleTypeIconFile</key> |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 <dict> | 203 <dict> |
204 <key>public.filename-extension</key> | 204 <key>public.filename-extension</key> |
205 <array> | 205 <array> |
206 <string>crx</string> | 206 <string>crx</string> |
207 </array> | 207 </array> |
208 </dict> | 208 </dict> |
209 </dict> | 209 </dict> |
210 </array> | 210 </array> |
211 </dict> | 211 </dict> |
212 </plist> | 212 </plist> |
OLD | NEW |