<?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>