mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
30 lines
793 B
Plaintext
30 lines
793 B
Plaintext
<?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>Root</string>
|
|
<key>ApplicationGroupContainerIdentifier</key>
|
|
<string>group.$(APP_GROUP_IDENTIFIER)</string>
|
|
<key>PreferenceSpecifiers</key>
|
|
<array>
|
|
<dict>
|
|
<key>Type</key>
|
|
<string>PSTextFieldSpecifier</string>
|
|
<key>Title</key>
|
|
<string>Anisette URL</string>
|
|
<key>Key</key>
|
|
<string>customAnisetteURL</string>
|
|
<key>IsSecure</key>
|
|
<string>Alphabet</string>
|
|
<key>AutocapitalizationType</key>
|
|
<string>None</string>
|
|
<key>AutocorrectionType</key>
|
|
<string>No</string>
|
|
<key>KeyboardType</key>
|
|
<string>URL</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|