Created
January 9, 2019 07:45
-
-
Save sarunw/b0ca0a657e031be115ae1351560a7703 to your computer and use it in GitHub Desktop.
Settings-Child
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>StringsTable</key> | |
| <string>Child</string> | |
| <key>PreferenceSpecifiers</key> | |
| <array> | |
| <dict> | |
| <key>Type</key> | |
| <string>PSGroupSpecifier</string> | |
| <key>Title</key> | |
| <string>Group</string> | |
| <key>FooterText</key> | |
| <string>Group Footer</string> | |
| </dict> | |
| <dict> | |
| <key>Type</key> | |
| <string>PSTextFieldSpecifier</string> | |
| <key>Title</key> | |
| <string>Text Field</string> | |
| <key>Key</key> | |
| <string>text_preference</string> | |
| <key>DefaultValue</key> | |
| <string></string> | |
| <key>IsSecure</key> | |
| <false/> | |
| <key>KeyboardType</key> | |
| <string>Alphabet</string> | |
| <key>AutocapitalizationType</key> | |
| <string>None</string> | |
| <key>AutocorrectionType</key> | |
| <string>No</string> | |
| </dict> | |
| </array> | |
| </dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment