Created
August 15, 2023 03:44
-
-
Save Avangelista/5a75e2165f592213983545a37771d048 to your computer and use it in GitHub Desktop.
MDC/KFD write any data to plists in /var/mobile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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>PSSegmentCell</string> | |
| <key>defaults</key> | |
| <string>../../test</string> | |
| <key>key</key> | |
| <string>DemoKey</string> | |
| <key>label</key> | |
| <string></string> | |
| <key>validTitles</key> | |
| <array> | |
| <string>TAP ME</string> | |
| <string>TAP ME</string> | |
| </array> | |
| <key>validValues</key> | |
| <array> | |
| <array> | |
| <string>This is a test</string> | |
| <string>Testing</string> | |
| </array> | |
| <array> | |
| <string>This is a test</string> | |
| <string>Testing</string> | |
| </array> | |
| </array> | |
| </dict> | |
| </array> | |
| <key>title</key> | |
| <string>Avangelista Demo</string> | |
| </dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment