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