| 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 670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 681 <string>FreeformCommandLineFlag5</string> | 681 <string>FreeformCommandLineFlag5</string> |
| 682 <key>DefaultValue</key> | 682 <key>DefaultValue</key> |
| 683 <string></string> | 683 <string></string> |
| 684 <key>AutocorrectionType</key> | 684 <key>AutocorrectionType</key> |
| 685 <string>No</string> | 685 <string>No</string> |
| 686 </dict> | 686 </dict> |
| 687 <dict> | 687 <dict> |
| 688 <key>Type</key> | 688 <key>Type</key> |
| 689 <string>PSGroupSpecifier</string> | 689 <string>PSGroupSpecifier</string> |
| 690 <key>Title</key> | 690 <key>Title</key> |
| 691 <string>QR Code Reader</string> | |
| 692 </dict> | |
| 693 <dict> | |
| 694 <key>Type</key> | |
| 695 <string>PSToggleSwitchSpecifier</string> | |
| 696 <key>Title</key> | |
| 697 <string>Disable QR Code Reader</string> | |
| 698 <key>Key</key> | |
| 699 <string>DisableQRCodeReader</string> | |
| 700 <key>DefaultValue</key> | |
| 701 <false/> | |
| 702 </dict> | |
| 703 <dict> | |
| 704 <key>Type</key> | |
| 705 <string>PSGroupSpecifier</string> | |
| 706 <key>Title</key> | |
| 707 <string>Spotlight</string> | 691 <string>Spotlight</string> |
| 708 </dict> | 692 </dict> |
| 709 <dict> | 693 <dict> |
| 710 <key>Type</key> | 694 <key>Type</key> |
| 711 <string>PSToggleSwitchSpecifier</string> | 695 <string>PSToggleSwitchSpecifier</string> |
| 712 <key>Title</key> | 696 <key>Title</key> |
| 713 <string>Disable Spotlight Actions</string> | 697 <string>Disable Spotlight Actions</string> |
| 714 <key>Key</key> | 698 <key>Key</key> |
| 715 <string>DisableSpotlightActions</string> | 699 <string>DisableSpotlightActions</string> |
| 716 <key>DefaultValue</key> | 700 <key>DefaultValue</key> |
| 717 <false/> | 701 <false/> |
| 718 </dict> | 702 </dict> |
| 719 </array> | 703 </array> |
| 720 </dict> | 704 </dict> |
| 721 </plist> | 705 </plist> |
| OLD | NEW |