Jump to content

How to delete other switches? (patcher template)


Go to solution Solved by Ted2,

4 posts in this topic

Recommended Posts

Posted (edited)

I only need 1 switch, how can I delete the others?

Code:

<?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>footerText</key>
      <string>Premium + No Jailbreak Detection (On/Off)</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSSwitchCell</string>
      <key>default</key>
      <false/>
      <key>defaults</key>
      <string>com.majdawwad.lumosity</string>
      <key>key</key>
      <string>key1</string>
      <key>label</key>
      <string>Premium + No Jailbreak Detection</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSGroupCell</string>
      <key>footerText</key>
      <string>This text will appear under your second switch.</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSSwitchCell</string>
      <key>default</key>
      <false/>
      <key>defaults</key>
      <string>com.majdawwad.lumosity</string>
      <key>key</key>
      <string>key2</string>
      <key>label</key>
      <string>Switch Text 2</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSGroupCell</string>
      <key>footerText</key>
      <string>This text will appear under your third switch.</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSSwitchCell</string>
      <key>default</key>
      <false/>
      <key>defaults</key>
      <string>com.majdawwad.lumosity</string>
      <key>key</key>
      <string>key3</string>
      <key>label</key>
      <string>Switch Text 3</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSGroupCell</string>
      <key>footerText</key>
      <string>This text will appear under your fourth switch.</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSSwitchCell</string>
      <key>default</key>
      <false/>
      <key>defaults</key>
      <string>com.majdawwad.lumosity</string>
      <key>key</key>
      <string>key4</string>
      <key>label</key>
      <string>Switch Text 4</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSGroupCell</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSTextCell</string>
      <key>label</key>
      <string>Made by Majd Awwad.</string>
    </dict>
    <dict>
      <key>action</key>
      <string>link</string>
      <key>cell</key>
      <string>PSButtonCell</string>
      <key>icon</key>
      <string>[email protected]</string>
      <key>label</key>
      <string>Visit iOSGods.com</string>
    </dict>
  </array>
  <key>title</key>
  <string>Lumosity Cheats</string>
</dict>
</plist>

 

Updated by The Epic Gamer
Posted
1 minute ago, Ted2 said:

Pase code here. We can't edit it for you know.

Sorry, here:

<?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>footerText</key>
      <string>Premium + No Jailbreak Detection (On/Off)</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSSwitchCell</string>
      <key>default</key>
      <false/>
      <key>defaults</key>
      <string>com.majdawwad.lumosity</string>
      <key>key</key>
      <string>key1</string>
      <key>label</key>
      <string>Premium + No Jailbreak Detection</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSGroupCell</string>
      <key>footerText</key>
      <string>This text will appear under your second switch.</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSSwitchCell</string>
      <key>default</key>
      <false/>
      <key>defaults</key>
      <string>com.majdawwad.lumosity</string>
      <key>key</key>
      <string>key2</string>
      <key>label</key>
      <string>Switch Text 2</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSGroupCell</string>
      <key>footerText</key>
      <string>This text will appear under your third switch.</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSSwitchCell</string>
      <key>default</key>
      <false/>
      <key>defaults</key>
      <string>com.majdawwad.lumosity</string>
      <key>key</key>
      <string>key3</string>
      <key>label</key>
      <string>Switch Text 3</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSGroupCell</string>
      <key>footerText</key>
      <string>This text will appear under your fourth switch.</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSSwitchCell</string>
      <key>default</key>
      <false/>
      <key>defaults</key>
      <string>com.majdawwad.lumosity</string>
      <key>key</key>
      <string>key4</string>
      <key>label</key>
      <string>Switch Text 4</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSGroupCell</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSTextCell</string>
      <key>label</key>
      <string>Made by Majd Awwad.</string>
    </dict>
    <dict>
      <key>action</key>
      <string>link</string>
      <key>cell</key>
      <string>PSButtonCell</string>
      <key>icon</key>
      <string>[email protected]</string>
      <key>label</key>
      <string>Visit iOSGods.com</string>
    </dict>
  </array>
  <key>title</key>
  <string>Lumosity Cheats</string>
</dict>
</plist>

 

  • Solution
Posted
<?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> <----> begin of under text
      <key>cell</key>
      <string>PSGroupCell</string>
      <key>footerText</key>
      <string>Premium + No Jailbreak Detection (On/Off)</string>
    </dict> <-----> end of under text
    <dict> <------> begin of first switch
      <key>cell</key>
      <string>PSSwitchCell</string>
      <key>default</key>
      <false/>
      <key>defaults</key>
      <string>com.majdawwad.lumosity</string>
      <key>key</key>
      <string>key1</string>
      <key>label</key>
      <string>Premium + No Jailbreak Detection</string>
    </dict> <------> end of first switch
    <dict> <------> begin under text 2
      <key>cell</key>
      <string>PSGroupCell</string>
      <key>footerText</key>
      <string>This text will appear under your second switch.</string>
    </dict> <-----> end under text 2
    <dict> <-----> begin switch 2
      <key>cell</key>
      <string>PSSwitchCell</string>
      <key>default</key>
      <false/>
      <key>defaults</key>
      <string>com.majdawwad.lumosity</string>
      <key>key</key>
      <string>key2</string>
      <key>label</key>
      <string>Switch Text 2</string>
    </dict> <-----> end switch 2
    <dict>
      <key>cell</key>
      <string>PSGroupCell</string>
      <key>footerText</key>
      <string>This text will appear under your third switch.</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSSwitchCell</string>
      <key>default</key>
      <false/>
      <key>defaults</key>
      <string>com.majdawwad.lumosity</string>
      <key>key</key>
      <string>key3</string>
      <key>label</key>
      <string>Switch Text 3</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSGroupCell</string>
      <key>footerText</key>
      <string>This text will appear under your fourth switch.</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSSwitchCell</string>
      <key>default</key>
      <false/>
      <key>defaults</key>
      <string>com.majdawwad.lumosity</string>
      <key>key</key>
      <string>key4</string>
      <key>label</key>
      <string>Switch Text 4</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSGroupCell</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSTextCell</string>
      <key>label</key>
      <string>Made by Majd Awwad.</string>
    </dict>
    <dict>
      <key>action</key>
      <string>link</string>
      <key>cell</key>
      <string>PSButtonCell</string>
      <key>icon</key>
      <string>[email protected]</string>
      <key>label</key>
      <string>Visit iOSGods.com</string>
    </dict>
  </array>
  <key>title</key>
  <string>Lumosity Cheats</string>
</dict>
</plist>

 

So what you do:

 

<?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>footerText</key>
      <string>Premium + No Jailbreak Detection (On/Off)</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSSwitchCell</string>
      <key>default</key>
      <false/>
      <key>defaults</key>
      <string>com.majdawwad.lumosity</string>
      <key>key</key>
      <string>key1</string>
      <key>label</key>
      <string>Premium + No Jailbreak Detection</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSGroupCell</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSTextCell</string>
      <key>label</key>
      <string>Made by Majd Awwad.</string>
    </dict>
    <dict>
      <key>action</key>
      <string>link</string>
      <key>cell</key>
      <string>PSButtonCell</string>
      <key>icon</key>
      <string>[email protected]</string>
      <key>label</key>
      <string>Visit iOSGods.com</string>
    </dict>
  </array>
  <key>title</key>
  <string>Lumosity Cheats</string>
</dict>
</plist>

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines