| 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> | 9 <string>PSToggleSwitchSpecifier</string> |
| 10 <key>Title</key> | 10 <key>Title</key> |
| (...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 649 <string>PSTextFieldSpecifier</string> | 649 <string>PSTextFieldSpecifier</string> |
| 650 <key>Title</key> | 650 <key>Title</key> |
| 651 <string>Flag5</string> | 651 <string>Flag5</string> |
| 652 <key>Key</key> | 652 <key>Key</key> |
| 653 <string>FreeformCommandLineFlag5</string> | 653 <string>FreeformCommandLineFlag5</string> |
| 654 <key>DefaultValue</key> | 654 <key>DefaultValue</key> |
| 655 <string></string> | 655 <string></string> |
| 656 <key>AutocorrectionType</key> | 656 <key>AutocorrectionType</key> |
| 657 <string>No</string> | 657 <string>No</string> |
| 658 </dict> | 658 </dict> |
| 659 <dict> | |
| 660 <key>Type</key> | |
| 661 <string>PSGroupSpecifier</string> | |
| 662 <key>Title</key> | |
| 663 <string>Spotlight</string> | |
| 664 </dict> | |
| 665 <dict> | |
| 666 <key>Type</key> | |
| 667 <string>PSToggleSwitchSpecifier</string> | |
| 668 <key>Title</key> | |
| 669 <string>Disable Spotlight Actions</string> | |
| 670 <key>Key</key> | |
| 671 <string>DisableSpotlightActions</string> | |
| 672 <key>DefaultValue</key> | |
| 673 <false/> | |
| 674 </dict> | |
| 675 </array> | 659 </array> |
| 676 </dict> | 660 </dict> |
| 677 </plist> | 661 </plist> |
| OLD | NEW |