| 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>PreferenceSpecifiers</key> | 5 <key>PreferenceSpecifiers</key> |
| 6 <array> | 6 <array> |
| 7 <dict> | 7 <dict> |
| 8 <key>Type</key> | 8 <key>Type</key> |
| 9 <string>PSToggleSwitchSpecifier</string> |
| 10 <key>Title</key> |
| 11 <string>Disable pending index navigation</string> |
| 12 <key>Key</key> |
| 13 <string>PendingIndexNavigationDisabled</string> |
| 14 <key>DefaultValue</key> |
| 15 <false/> |
| 16 </dict> |
| 17 <dict> |
| 18 <key>Type</key> |
| 9 <string>PSMultiValueSpecifier</string> | 19 <string>PSMultiValueSpecifier</string> |
| 10 <key>Title</key> | 20 <key>Title</key> |
| 11 <string>Enable SnapshotLRUCache</string> | 21 <string>Enable SnapshotLRUCache</string> |
| 12 <key>Key</key> | 22 <key>Key</key> |
| 13 <string>SnapshotLRUCache</string> | 23 <string>SnapshotLRUCache</string> |
| 14 <key>DefaultValue</key> | 24 <key>DefaultValue</key> |
| 15 <string></string> | 25 <string></string> |
| 16 <key>Values</key> | 26 <key>Values</key> |
| 17 <array> | 27 <array> |
| 18 <string></string> | 28 <string></string> |
| (...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 620 <key>Key</key> | 630 <key>Key</key> |
| 621 <string>FreeformCommandLineFlag5</string> | 631 <string>FreeformCommandLineFlag5</string> |
| 622 <key>DefaultValue</key> | 632 <key>DefaultValue</key> |
| 623 <string></string> | 633 <string></string> |
| 624 <key>AutocorrectionType</key> | 634 <key>AutocorrectionType</key> |
| 625 <string>No</string> | 635 <string>No</string> |
| 626 </dict> | 636 </dict> |
| 627 </array> | 637 </array> |
| 628 </dict> | 638 </dict> |
| 629 </plist> | 639 </plist> |
| OLD | NEW |