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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 <string>file</string> | 183 <string>file</string> |
184 </array> | 184 </array> |
185 </dict> | 185 </dict> |
186 </array> | 186 </array> |
187 <key>CFBundleVersion</key> | 187 <key>CFBundleVersion</key> |
188 <string>0.1</string> | 188 <string>0.1</string> |
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>LSUIElement</key> |
| 194 <string>1</string> |
193 <key>NSMainNibFile</key> | 195 <key>NSMainNibFile</key> |
194 <string>MainMenu</string> | 196 <string>MainMenu</string> |
195 <key>NSPrincipalClass</key> | 197 <key>NSPrincipalClass</key> |
196 <string>NSApplication</string> | 198 <string>NSApplication</string> |
197 </dict> | 199 </dict> |
198 </plist> | 200 </plist> |
OLD | NEW |