the whole game

This commit is contained in:
2026-03-02 22:04:18 +03:00
parent 816e9060b4
commit f0617a5d22
2069 changed files with 581500 additions and 0 deletions

View File

@@ -0,0 +1,73 @@
<?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>Title</key>
<string>ADVANCED_TITLE</string>
<key>StringsTable</key>
<string>Root</string>
<key>PreferenceSpecifiers</key>
<array>
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>Title</key>
<string>SLIDER_TITLE</string>
</dict>
<dict>
<key>Type</key>
<string>PSSliderSpecifier</string>
<key>Key</key>
<string>sensitivity</string>
<key>DefaultValue</key>
<integer>2</integer>
<key>MinimumValue</key>
<integer>1</integer>
<key>MaximumValue</key>
<integer>5</integer>
<key>MinimumValueImage</key>
<string>slow.png</string>
<key>MaximumValueImage</key>
<string>fast.png</string>
</dict>
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>Title</key>
<string>TEXT_FIELD_TITLE2</string>
</dict>
<dict>
<key>Type</key>
<string>PSTextFieldSpecifier</string>
<key>IsSecure</key>
<true/>
<key>Title</key>
<string>TEXT_FIELD_PWD</string>
<key>KeyboardType</key>
<string>EmailAddress</string>
<key>Key</key>
<string>password</string>
</dict>
<dict>
<key>Title</key>
<string>TOGGLE_SWITCH_TITLE2</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
<key>TrueValue</key>
<integer>1</integer>
<key>FalseValue</key>
<integer>2</integer>
<key>Title</key>
<string>TOGGLE_SWITCH2</string>
<key>Key</key>
<string>switchOther</string>
<key>DefaultValue</key>
<true/>
</dict>
</array>
</dict>
</plist>

View File

@@ -0,0 +1,513 @@
<?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>PreferenceSpecifiers</key>
<array>
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>Title</key>
<string>Text Fields</string>
</dict>
<dict>
<key>Type</key>
<string>PSTextFieldSpecifier</string>
<key>Title</key>
<string>Plain</string>
<key>Key</key>
<string>text_plain</string>
<key>DefaultValue</key>
<string>Plain Text</string>
</dict>
<dict>
<key>Type</key>
<string>PSTextFieldSpecifier</string>
<key>Title</key>
<string>Secure</string>
<key>Key</key>
<string>text_secure</string>
<key>DefaultValue</key>
<string>Secret</string>
<key>IsSecure</key>
<true/>
<key>KeyboardType</key>
<string>Alphabet</string>
<key>AutocorrectionType</key>
<string>no</string>
</dict>
<dict>
<key>Type</key>
<string>PSTextFieldSpecifier</string>
<key>Title</key>
<string>NumbersAndPunctuation</string>
<key>Key</key>
<string>text_NumbersAndPunctuation</string>
<key>DefaultValue</key>
<string>47.11</string>
<key>IsSecure</key>
<false/>
<key>KeyboardType</key>
<string>NumbersAndPunctuation</string>
<key>AutocorrectionType</key>
<string>Default</string>
</dict>
<dict>
<key>Type</key>
<string>PSTextFieldSpecifier</string>
<key>Title</key>
<string>NumberPad</string>
<key>Key</key>
<string>text_NumberPad</string>
<key>DefaultValue</key>
<string>4711</string>
<key>IsSecure</key>
<false/>
<key>KeyboardType</key>
<string>NumberPad</string>
<key>AutocorrectionType</key>
<string>Default</string>
</dict>
<dict>
<key>Type</key>
<string>PSTextFieldSpecifier</string>
<key>Title</key>
<string>DecimalPad</string>
<key>Key</key>
<string>text_DecimalPad</string>
<key>DefaultValue</key>
<string>26.08</string>
<key>IsSecure</key>
<false/>
<key>KeyboardType</key>
<string>DecimalPad</string>
<key>AutocorrectionType</key>
<string>Default</string>
</dict>
<dict>
<key>Type</key>
<string>PSTextFieldSpecifier</string>
<key>Title</key>
<string>URL</string>
<key>Key</key>
<string>text_URL</string>
<key>DefaultValue</key>
<string>http://www.inappsettingskit.com</string>
<key>IsSecure</key>
<false/>
<key>KeyboardType</key>
<string>URL</string>
<key>AutocorrectionType</key>
<string>Default</string>
</dict>
<dict>
<key>Type</key>
<string>PSTextFieldSpecifier</string>
<key>Title</key>
<string>EmailAddress</string>
<key>Key</key>
<string>text_EmailAddress</string>
<key>DefaultValue</key>
<string>info@email.com</string>
<key>IsSecure</key>
<false/>
<key>KeyboardType</key>
<string>EmailAddress</string>
<key>AutocorrectionType</key>
<string>Default</string>
</dict>
<dict>
<key>Type</key>
<string>PSTextFieldSpecifier</string>
<key>Title</key>
<string>Capital Sentences</string>
<key>Key</key>
<string>text_Sentences</string>
<key>DefaultValue</key>
<string>Cap sentences. Second sentence.</string>
<key>IsSecure</key>
<false/>
<key>KeyboardType</key>
<string>Alphabet</string>
<key>AutocapitalizationType</key>
<string>Sentences</string>
<key>AutocorrectionType</key>
<string>Default</string>
</dict>
<dict>
<key>Type</key>
<string>PSTextFieldSpecifier</string>
<key>Title</key>
<string>Capital Words</string>
<key>Key</key>
<string>text_words</string>
<key>DefaultValue</key>
<string>Words Are Capitalized</string>
<key>KeyboardType</key>
<string>Alphabet</string>
<key>AutocapitalizationType</key>
<string>Words</string>
<key>AutocorrectionType</key>
<string>No</string>
<key>IsSecure</key>
<false/>
</dict>
<dict>
<key>Type</key>
<string>PSTextFieldSpecifier</string>
<key>Title</key>
<string>All Capital</string>
<key>Key</key>
<string>text_AllCharacters</string>
<key>DefaultValue</key>
<string>FORGOTTEN THE CAPSLOCK?</string>
<key>IsSecure</key>
<false/>
<key>KeyboardType</key>
<string>Alphabet</string>
<key>AutocapitalizationType</key>
<string>AllCharacters</string>
<key>AutocorrectionType</key>
<string>No</string>
</dict>
<dict>
<key>Type</key>
<string>PSTextFieldSpecifier</string>
<key>Title</key>
<string>No auto-correction</string>
<key>Key</key>
<string>text_auto-correction_no</string>
<key>DefaultValue</key>
<string>Ser1ous mitsakes</string>
<key>IsSecure</key>
<false/>
<key>AutocorrectionType</key>
<string>No</string>
</dict>
<dict>
<key>Type</key>
<string>PSTextFieldSpecifier</string>
<key>Key</key>
<string>text_noTitle</string>
<key>DefaultValue</key>
<string>Textfield without title</string>
<key>IsSecure</key>
<false/>
</dict>
<dict>
<key>Type</key>
<string>PSTextFieldSpecifier</string>
<key>Title</key>
<string>Very long titles lead to smaller font</string>
<key>Key</key>
<string>text_longtitle</string>
<key>DefaultValue</key>
<string>foo bar</string>
<key>IsSecure</key>
<false/>
</dict>
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>Title</key>
<string>Title Values</string>
</dict>
<dict>
<key>Title</key>
<string>Title</string>
<key>Key</key>
<string>title_long</string>
<key>DefaultValue</key>
<string>Value with a very, very long text</string>
<key>Type</key>
<string>PSTitleValueSpecifier</string>
</dict>
<dict>
<key>Title</key>
<string>Title with Lookup Table</string>
<key>Key</key>
<string>title_lookup</string>
<key>DefaultValue</key>
<integer>2</integer>
<key>Type</key>
<string>PSTitleValueSpecifier</string>
<key>Values</key>
<array>
<integer>1</integer>
<integer>2</integer>
<integer>3</integer>
</array>
<key>Titles</key>
<array>
<string>One</string>
<string>Two</string>
<string>Three</string>
</array>
</dict>
<dict>
<key>Title</key>
<string>Title with a very, very loong label</string>
<key>Key</key>
<string>title_longtitle</string>
<key>DefaultValue</key>
<string>Value is long, too</string>
<key>Type</key>
<string>PSTitleValueSpecifier</string>
</dict>
<dict>
<key>Title</key>
<string></string>
<key>Key</key>
<string>title_withoutlabel</string>
<key>DefaultValue</key>
<string>Title without label</string>
<key>Type</key>
<string>PSTitleValueSpecifier</string>
</dict>
<dict>
<key>Title</key>
<string>Unexisting lookup entry</string>
<key>Key</key>
<string>title_non_existing_lookup_entry</string>
<key>DefaultValue</key>
<integer>3</integer>
<key>Type</key>
<string>PSTitleValueSpecifier</string>
<key>Values</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>
<key>Titles</key>
<array>
<string>One</string>
<string>Two</string>
</array>
</dict>
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>Title</key>
<string>Toggles</string>
</dict>
<dict>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
<key>Title</key>
<string>Boolean Toggle</string>
<key>Key</key>
<string>toggle_boolean</string>
<key>DefaultValue</key>
<true/>
</dict>
<dict>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
<key>Title</key>
<string>String Toogle</string>
<key>Key</key>
<string>toogle_string</string>
<key>DefaultValue</key>
<string>foo</string>
<key>TrueValue</key>
<string>foo</string>
<key>FalseValue</key>
<string>bar</string>
</dict>
<dict>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
<key>Title</key>
<string>Number Toggle</string>
<key>Key</key>
<string>toogle_number</string>
<key>DefaultValue</key>
<integer>1</integer>
<key>TrueValue</key>
<integer>1</integer>
<key>FalseValue</key>
<integer>0</integer>
</dict>
<dict>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
<key>Title</key>
<string>String Toogle (false)</string>
<key>Key</key>
<string>toogle_string_false</string>
<key>DefaultValue</key>
<string>bar</string>
<key>TrueValue</key>
<string>foo</string>
<key>FalseValue</key>
<string>bar</string>
</dict>
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>Title</key>
<string>Sliders</string>
</dict>
<dict>
<key>Type</key>
<string>PSSliderSpecifier</string>
<key>Key</key>
<string>slider_preference1</string>
<key>DefaultValue</key>
<real>0.5</real>
<key>MinimumValue</key>
<integer>0</integer>
<key>MaximumValue</key>
<integer>1</integer>
</dict>
<dict>
<key>Type</key>
<string>PSSliderSpecifier</string>
<key>Key</key>
<string>slider_preference2</string>
<key>DefaultValue</key>
<real>0.5</real>
<key>MinimumValue</key>
<integer>0</integer>
<key>MaximumValue</key>
<integer>1</integer>
<key>MinimumValueImage</key>
<string>slow.png</string>
<key>MaximumValueImage</key>
<string>fast.png</string>
</dict>
<dict>
<key>Type</key>
<string>PSSliderSpecifier</string>
<key>Key</key>
<string>slider_preference3</string>
<key>DefaultValue</key>
<real>0.5</real>
<key>MinimumValue</key>
<integer>0</integer>
<key>MaximumValue</key>
<integer>1</integer>
<key>MinimumValueImage</key>
<string>slow.png</string>
</dict>
<dict>
<key>Type</key>
<string>PSSliderSpecifier</string>
<key>Key</key>
<string>slider_preference4</string>
<key>DefaultValue</key>
<real>0.5</real>
<key>MinimumValue</key>
<integer>0</integer>
<key>MaximumValue</key>
<integer>1</integer>
<key>MaximumValueImage</key>
<string>fast.png</string>
</dict>
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>Title</key>
<string>Multi Value</string>
</dict>
<dict>
<key>Type</key>
<string>PSMultiValueSpecifier</string>
<key>Title</key>
<string>Multi Value</string>
<key>Key</key>
<string>multivalue</string>
<key>DefaultValue</key>
<integer>2</integer>
<key>Values</key>
<array>
<integer>1</integer>
<integer>2</integer>
<integer>3</integer>
</array>
<key>Titles</key>
<array>
<string>One</string>
<string>Two</string>
<string>Three</string>
</array>
<key>FooterText</key>
<string>MULTIVALUE_FOOTER</string>
</dict>
<dict>
<key>Type</key>
<string>PSMultiValueSpecifier</string>
<key>Title</key>
<string>Multi Value with a long title</string>
<key>Key</key>
<string>multivalue_long</string>
<key>DefaultValue</key>
<integer>2</integer>
<key>Values</key>
<array>
<integer>1</integer>
<integer>2</integer>
<integer>3</integer>
</array>
<key>Titles</key>
<array>
<string>One</string>
<string>Two</string>
<string>Three</string>
</array>
</dict>
<dict>
<key>Type</key>
<string>PSMultiValueSpecifier</string>
<key>Title</key>
<string>EMPTY</string>
<key>Key</key>
<string>multivalue_notitle</string>
<key>DefaultValue</key>
<integer>1</integer>
<key>Values</key>
<array>
<integer>1</integer>
<integer>2</integer>
<integer>3</integer>
</array>
<key>Titles</key>
<array>
<string>One</string>
<string>Two</string>
<string>Three</string>
</array>
</dict>
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>Title</key>
<string>Child Pane</string>
</dict>
<dict>
<key>Type</key>
<string>PSChildPaneSpecifier</string>
<key>Title</key>
<string>Advanced</string>
<key>File</key>
<string>Advanced</string>
</dict>
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>Title</key>
<string>Group with a multiline text that is word wrapped.</string>
</dict>
<dict>
<key>Title</key>
<string>Entry</string>
<key>Key</key>
<string>title_non_existing_lookup_entry2</string>
<key>Type</key>
<string>PSTitleValueSpecifier</string>
</dict>
</array>
</dict>
</plist>

View File

@@ -0,0 +1,133 @@
<?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>PreferenceSpecifiers</key>
<array>
<dict>
<key>Title</key>
<string>CATEGORY_MULTIPLAYER</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>Key</key>
<string>mp_username</string>
<key>Title</key>
<string>mmoptions_mp_username_title</string>
<key>StringIfEmpty</key>
<string>Stevie</string>
<key>Type</key>
<string>PSTextFieldSpecifier</string>
<key>AutocorrectionType</key>
<string>No</string>
<key>KeyboardType</key>
<string>Ascii</string>
</dict>
<dict>
<key>DefaultValue</key>
<string>YES</string>
<key>Key</key>
<string>mp_server_visible_default</string>
<key>Title</key>
<string>mmoptions_mp_server_visible_default_title</string>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
</dict>
<dict>
<key>Title</key>
<string>CATEGORY_GRAPHICS</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>DefaultValue</key>
<string>NO</string>
<key>Key</key>
<string>gfx_fancygraphics</string>
<key>Title</key>
<string>mmoptions_gfx_fancygraphics_title</string>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
</dict>
<dict>
<key>DefaultValue</key>
<string>NO</string>
<key>Key</key>
<string>gfx_lowquality</string>
<key>Title</key>
<string>mmoptions_gfx_lowquality_title</string>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
</dict>
<dict>
<key>Title</key>
<string>CATEGORY_CONTROLS</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>Key</key>
<string>ctrl_sensitivity</string>
<key>Title</key>
<string>mmoptions_ctrl_sensitivity_title</string>
<key>Type</key>
<string>PSSliderSpecifier</string>
<key>DefaultValue</key>
<real>0.5</real>
<key>MinimumValue</key>
<integer>0</integer>
<key>MaximumValue</key>
<integer>1</integer>
<key>TextOffsetPixels</key>
<integer>110</integer>
</dict>
<dict>
<key>DefaultValue</key>
<string>NO</string>
<key>Key</key>
<string>ctrl_invertmouse</string>
<key>Title</key>
<string>mmoptions_ctrl_invertmouse_title</string>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
</dict>
<dict>
<key>DefaultValue</key>
<string>NO</string>
<key>Key</key>
<string>ctrl_islefthanded</string>
<key>Title</key>
<string>mmoptions_ctrl_islefthanded_title</string>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
</dict>
<dict>
<key>DefaultValue</key>
<string>NO</string>
<key>Key</key>
<string>ctrl_usetouchjoypad</string>
<key>Title</key>
<string>mmoptions_ctrl_usetouchjoypad_title</string>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
</dict>
<dict>
<key>Title</key>
<string>CATEGORY_GAME</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>DefaultValue</key>
<string>NO</string>
<key>Key</key>
<string>game_difficulty</string>
<key>Title</key>
<string>mmoptions_game_difficultypeaceful_full</string>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
<key>TrueValue</key>
<string>0</string>
<key>FalseValue</key>
<string>2</string>

View File

@@ -0,0 +1,175 @@
<?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>Title</key>
<string>WhereTo</string>
<key>StringsTable</key>
<string>Root</string>
<key>PreferenceSpecifiers</key>
<array>
<dict>
<key>Title</key>
<string>Multiplayer</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
<key>Title</key>
<string>TOGGLE_SWITCH</string>
<key>Key</key>
<string>toggleSwitch</string>
<key>DefaultValue</key>
<true/>
</dict>
<dict>
<key>Type</key>
<string>PSTitleValueSpecifier</string>
<key>Title</key>
<string>Root.plist is used in Settings.app on iOS 3.x</string>
<key>Key</key>
<string>version</string>
<key>DefaultValue</key>
<string>1.0</string>
</dict>
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>Title</key>
<string>MUL_VALUE_TITLE</string>
</dict>
<dict>
<key>Values</key>
<array>
<integer>0</integer>
<integer>1</integer>
<integer>2</integer>
<integer>3</integer>
<integer>4</integer>
<integer>5</integer>
<integer>6</integer>
<integer>7</integer>
<integer>8</integer>
<integer>9</integer>
<integer>10</integer>
</array>
<key>Titles</key>
<array>
<string>MUL_VAL_1</string>
<string>MUL_VAL_2</string>
<string>MUL_VAL_3</string>
<string>MUL_VAL_4</string>
<string>MUL_VAL_5</string>
<string>MUL_VAL_6</string>
<string>MUL_VAL_7</string>
<string>MUL_VAL_8</string>
<string>MUL_VAL_9</string>
<string>MUL_VAL_10</string>
<string>MUL_VAL_11</string>
</array>
<key>Type</key>
<string>PSMultiValueSpecifier</string>
<key>Title</key>
<string>MUL_VAL</string>
<key>Key</key>
<string>mulValue</string>
<key>DefaultValue</key>
<integer>0</integer>
</dict>
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>Title</key>
<string>MUL_VAL_NO_TITLE</string>
</dict>
<dict>
<key>Values</key>
<array>
<integer>1</integer>
<integer>0</integer>
<integer>2</integer>
</array>
<key>Titles</key>
<array>
<string>MUL_VAL_NO_TITLE_1</string>
<string>MUL_VAL_NO_TITLE_2</string>
<string>MUL_VAL_NO_TITLE_3</string>
</array>
<key>Type</key>
<string>PSMultiValueSpecifier</string>
<key>Title</key>
<string>MUL_VAL_NO_TITLE_NIL</string>
<key>Key</key>
<string>mulValueOther</string>
<key>DefaultValue</key>
<integer>0</integer>
</dict>
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>Title</key>
<string>TEXT_FIELD_TITLE</string>
</dict>
<dict>
<key>Type</key>
<string>PSTextFieldSpecifier</string>
<key>Title</key>
<string>TEXT_FIELD_SIG</string>
<key>Key</key>
<string>signature</string>
</dict>
<dict>
<key>Title</key>
<string></string>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>FooterText</key>
<string>This is a Footer Text (supported by Settings.app in iOS 4 or higher)</string>
</dict>
<dict>
<key>Type</key>
<string>PSChildPaneSpecifier</string>
<key>Title</key>
<string>Complete List</string>
<key>File</key>
<string>Complete</string>
</dict>
<dict>
<key>Type</key>
<string>PSChildPaneSpecifier</string>
<key>Title</key>
<string>ADVANCED_TITLE</string>
<key>File</key>
<string>Advanced</string>
</dict>
<dict>
<key>Title</key>
<string>APPLICATION_INFO_TITLE</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>Type</key>
<string>PSTitleValueSpecifier</string>
<key>Title</key>
<string>VERSION</string>
<key>Key</key>
<string>version</string>
<key>DefaultValue</key>
<string>1.0</string>
</dict>
<dict>
<key>Type</key>
<string>PSTitleValueSpecifier</string>
<key>Title</key>
<string>Copyright</string>
<key>DefaultValue</key>
<string>Luc Vandal, Ortwin Gentz</string>
<key>Key</key>
<string>copyright</string>
</dict>
</array>
</dict>
</plist>

View File

@@ -0,0 +1,167 @@
<?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>Title</key>
<string>WhereTo</string>
<key>StringsTable</key>
<string>Root</string>
<key>PreferenceSpecifiers</key>
<array>
<dict>
<key>Title</key>
<string>TOGGLE_SWITCH_TITLE</string>
<key>FooterText</key>
<string>Root~ipad.plist is used on iPad in Settings.app running iOS 4.2 or higher</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
<key>Title</key>
<string>TOGGLE_SWITCH</string>
<key>Key</key>
<string>toggleSwitch</string>
<key>DefaultValue</key>
<true/>
</dict>
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>Title</key>
<string>MUL_VALUE_TITLE</string>
</dict>
<dict>
<key>Values</key>
<array>
<integer>0</integer>
<integer>1</integer>
<integer>2</integer>
<integer>3</integer>
<integer>4</integer>
<integer>5</integer>
<integer>6</integer>
<integer>7</integer>
<integer>8</integer>
<integer>9</integer>
<integer>10</integer>
</array>
<key>Titles</key>
<array>
<string>MUL_VAL_1</string>
<string>MUL_VAL_2</string>
<string>MUL_VAL_3</string>
<string>MUL_VAL_4</string>
<string>MUL_VAL_5</string>
<string>MUL_VAL_6</string>
<string>MUL_VAL_7</string>
<string>MUL_VAL_8</string>
<string>MUL_VAL_9</string>
<string>MUL_VAL_10</string>
<string>MUL_VAL_11</string>
</array>
<key>Type</key>
<string>PSMultiValueSpecifier</string>
<key>Title</key>
<string>MUL_VAL</string>
<key>Key</key>
<string>mulValue</string>
<key>DefaultValue</key>
<integer>0</integer>
</dict>
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>Title</key>
<string>MUL_VAL_NO_TITLE</string>
</dict>
<dict>
<key>Values</key>
<array>
<integer>1</integer>
<integer>0</integer>
<integer>2</integer>
</array>
<key>Titles</key>
<array>
<string>MUL_VAL_NO_TITLE_1</string>
<string>MUL_VAL_NO_TITLE_2</string>
<string>MUL_VAL_NO_TITLE_3</string>
</array>
<key>Type</key>
<string>PSMultiValueSpecifier</string>
<key>Title</key>
<string>MUL_VAL_NO_TITLE_NIL</string>
<key>Key</key>
<string>mulValueOther</string>
<key>DefaultValue</key>
<integer>0</integer>
</dict>
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>Title</key>
<string>TEXT_FIELD_TITLE</string>
</dict>
<dict>
<key>Type</key>
<string>PSTextFieldSpecifier</string>
<key>Title</key>
<string>TEXT_FIELD_SIG</string>
<key>Key</key>
<string>signature</string>
</dict>
<dict>
<key>Title</key>
<string></string>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>FooterText</key>
<string>This is a Footer Text (supported by Settings.app in iOS 4 or higher)</string>
</dict>
<dict>
<key>Type</key>
<string>PSChildPaneSpecifier</string>
<key>Title</key>
<string>Complete List</string>
<key>File</key>
<string>Complete</string>
</dict>
<dict>
<key>Type</key>
<string>PSChildPaneSpecifier</string>
<key>Title</key>
<string>ADVANCED_TITLE</string>
<key>File</key>
<string>Advanced</string>
</dict>
<dict>
<key>Title</key>
<string>APPLICATION_INFO_TITLE</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>Type</key>
<string>PSTitleValueSpecifier</string>
<key>Title</key>
<string>VERSION</string>
<key>Key</key>
<string>version</string>
<key>DefaultValue</key>
<string>1.0</string>
</dict>
<dict>
<key>Type</key>
<string>PSTitleValueSpecifier</string>
<key>Title</key>
<string>Copyright</string>
<key>DefaultValue</key>
<string>Luc Vandal, Ortwin Gentz</string>
<key>Key</key>
<string>copyright</string>
</dict>
</array>
</dict>
</plist>

View File

@@ -0,0 +1,167 @@
<?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>Title</key>
<string>WhereTo</string>
<key>StringsTable</key>
<string>Root</string>
<key>PreferenceSpecifiers</key>
<array>
<dict>
<key>Title</key>
<string>TOGGLE_SWITCH_TITLE</string>
<key>FooterText</key>
<string>Root~iphone.plist is used in Settings.app on iPhone running iOS 4 or higher</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
<key>Title</key>
<string>TOGGLE_SWITCH</string>
<key>Key</key>
<string>toggleSwitch</string>
<key>DefaultValue</key>
<true/>
</dict>
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>Title</key>
<string>MUL_VALUE_TITLE</string>
</dict>
<dict>
<key>Values</key>
<array>
<integer>0</integer>
<integer>1</integer>
<integer>2</integer>
<integer>3</integer>
<integer>4</integer>
<integer>5</integer>
<integer>6</integer>
<integer>7</integer>
<integer>8</integer>
<integer>9</integer>
<integer>10</integer>
</array>
<key>Titles</key>
<array>
<string>MUL_VAL_1</string>
<string>MUL_VAL_2</string>
<string>MUL_VAL_3</string>
<string>MUL_VAL_4</string>
<string>MUL_VAL_5</string>
<string>MUL_VAL_6</string>
<string>MUL_VAL_7</string>
<string>MUL_VAL_8</string>
<string>MUL_VAL_9</string>
<string>MUL_VAL_10</string>
<string>MUL_VAL_11</string>
</array>
<key>Type</key>
<string>PSMultiValueSpecifier</string>
<key>Title</key>
<string>MUL_VAL</string>
<key>Key</key>
<string>mulValue</string>
<key>DefaultValue</key>
<integer>0</integer>
</dict>
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>Title</key>
<string>MUL_VAL_NO_TITLE</string>
</dict>
<dict>
<key>Values</key>
<array>
<integer>1</integer>
<integer>0</integer>
<integer>2</integer>
</array>
<key>Titles</key>
<array>
<string>MUL_VAL_NO_TITLE_1</string>
<string>MUL_VAL_NO_TITLE_2</string>
<string>MUL_VAL_NO_TITLE_3</string>
</array>
<key>Type</key>
<string>PSMultiValueSpecifier</string>
<key>Title</key>
<string>MUL_VAL_NO_TITLE_NIL</string>
<key>Key</key>
<string>mulValueOther</string>
<key>DefaultValue</key>
<integer>0</integer>
</dict>
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>Title</key>
<string>TEXT_FIELD_TITLE</string>
</dict>
<dict>
<key>Type</key>
<string>PSTextFieldSpecifier</string>
<key>Title</key>
<string>TEXT_FIELD_SIG</string>
<key>Key</key>
<string>signature</string>
</dict>
<dict>
<key>Title</key>
<string></string>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>FooterText</key>
<string>This is a Footer Text (supported by Settings.app in iOS 4 or higher)</string>
</dict>
<dict>
<key>Type</key>
<string>PSChildPaneSpecifier</string>
<key>Title</key>
<string>Complete List</string>
<key>File</key>
<string>Complete</string>
</dict>
<dict>
<key>Type</key>
<string>PSChildPaneSpecifier</string>
<key>Title</key>
<string>ADVANCED_TITLE</string>
<key>File</key>
<string>Advanced</string>
</dict>
<dict>
<key>Title</key>
<string>APPLICATION_INFO_TITLE</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>Type</key>
<string>PSTitleValueSpecifier</string>
<key>Title</key>
<string>VERSION</string>
<key>Key</key>
<string>version</string>
<key>DefaultValue</key>
<string>1.0</string>
</dict>
<dict>
<key>Type</key>
<string>PSTitleValueSpecifier</string>
<key>Title</key>
<string>Copyright</string>
<key>DefaultValue</key>
<string>Luc Vandal, Ortwin Gentz</string>
<key>Key</key>
<string>copyright</string>
</dict>
</array>
</dict>
</plist>

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 965 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 780 B

View File

@@ -0,0 +1,109 @@
<?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>PreferenceSpecifiers</key>
<array>
<dict>
<key>Title</key>
<string>CATEGORY_MULTIPLAYER</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>Key</key>
<string>mp_username</string>
<key>Title</key>
<string>mmoptions_mp_username_title</string>
<key>Type</key>
<string>PSTextFieldSpecifier</string>
</dict>
<dict>
<key>DefaultValue</key>
<string>YES</string>
<key>Key</key>
<string>mp_server_visible_default</string>
<key>Title</key>
<string>mmoptions_mp_server_visible_default_title</string>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
</dict>
<dict>
<key>Title</key>
<string>CATEGORY_GRAPHICS</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>DefaultValue</key>
<string>NO</string>
<key>Key</key>
<string>gfx_fancygraphics</string>
<key>Title</key>
<string>mmoptions_gfx_fancygraphics_title</string>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
</dict>
<dict>
<key>DefaultValue</key>
<string>NO</string>
<key>Key</key>
<string>gfx_lowquality</string>
<key>Title</key>
<string>mmoptions_gfx_lowquality_title</string>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
</dict>
<dict>
<key>Title</key>
<string>CATEGORY_CONTROLS</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>DefaultValue</key>
<string>NO</string>
<key>Key</key>
<string>ctrl_invertmouse</string>
<key>Title</key>
<string>mmoptions_ctrl_invertmouse_title</string>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
</dict>
<dict>
<key>DefaultValue</key>
<string>NO</string>
<key>Key</key>
<string>ctrl_islefthanded</string>
<key>Title</key>
<string>mmoptions_ctrl_islefthanded_title</string>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
</dict>
<dict>
<key>Title</key>
<string>CATEGORY_GAME</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>DefaultValue</key>
<string>NO</string>
<key>Key</key>
<string>game_difficultypeaceful</string>
<key>Title</key>
<string>mmoptions_game_difficultypeaceful_title</string>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
<key>TrueValue</key>
<string>0</string>
<key>FalseValue</key>
<string>2</string>
</dict>
</array>
<key>StringsTable</key>
<string>Root</string>
<key>Title</key>
<string>Minecraft - Pocket Edition</string>
</dict>
</plist>