<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict>     <key>items</key>     <array>         <dict>             <key>cell</key>             <string>PSGroupCell</string>                 <key>icon</key>              <string>icon.png</string>             <key>label</key>             <string>Moviebox 3.1 Complete</string>         </dict>           <key>items</key>          <array>              <dict>                  <key>cell</key>                  <string>PSGroupCell</string>                  <key>label</key>                  <string>Is Background Enabled</string>                 </dict>         <dict>             <key>cell</key>             <string>PSSwitchCell</string>             <key>default</key>             <true/>             <key>defaults</key>             <string>com.dta.moviebox3complete</string>             <key>key</key>             <string>kbackground</string>             <key>label</key>             <string>Background Enabled</string>         </dict>                 <dict>             <key>cell</key>             <string>PSGroupCell</string>             <key>label</key>             <string>Is Bandwidth Throttled</string>             </dict>         <dict>             <key>cell</key>             <string>PSSwitchCell</string>             <key>default</key>             <false/>             <key>defaults</key>             <string>com.dta.moviebox3complete</string>                    <key>key</key>             <string>kbandwidth</string>                   <key>label</key>             <string>Is Bandwidth Throttled</string>                </dict> <dict>             <key>cell</key>             <string>PSGroupCell</string>             <key>label</key>             <string>Is TurboMode Enabled</string>             </dict>         <dict>             <key>cell</key>             <string>PSSwitchCell</string>             <key>default</key>             <false/>             <key>defaults</key>             <string>com.dta.moviebox3complete</string>                    <key>key</key>             <string>kturbo</string>                   <key>label</key>             <string>Is TurboMode Enabled</string>                </dict>                 <dict>                     <key>cell</key>                     <string>PSButtonCell</string>                     <key>label</key>                     <string>Respring</string>                     <key>action</key>                     <string>respring</string>                 </dict>                 <dict>             <key>cell</key>             <string>PSGroupCell</string>             <key>label</key>             <string>Hack by dtathemes</string>         </dict>         <dict>             <key>cell</key>             <string>PSTextCell</string>             <key>label</key>             <string>Visit dtathemes.com for more!</string>         </dict>      </array>     <key>title</key>     <string>Moviebox 3.1 Complete</string> </dict> </plist>