Skip to content

Instantly share code, notes, and snippets.

@sarunw
Created January 9, 2019 07:45
Show Gist options
  • Select an option

  • Save sarunw/b0ca0a657e031be115ae1351560a7703 to your computer and use it in GitHub Desktop.

Select an option

Save sarunw/b0ca0a657e031be115ae1351560a7703 to your computer and use it in GitHub Desktop.
Settings-Child
<?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