project_files/HedgewarsMobile/Resources/Settings/settings.plist
author koda
Sat, 28 Aug 2010 01:37:21 +0200
changeset 3779 3351a017d4ad
parent 3737 2ba6ac8a114b
child 3803 e4a8a4e378de
permissions -rw-r--r--
tap to dismiss 'get ready', add a toggle to enable/disable it
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3737
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
     2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
     3
<plist version="1.0">
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
     4
<dict>
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
     5
	<key>alternate</key>
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
     6
	<false/>
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
     7
	<key>music</key>
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
     8
	<true/>
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
     9
	<key>password</key>
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
    10
	<string></string>
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
    11
	<key>sound</key>
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
    12
	<true/>
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
    13
	<key>username</key>
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
    14
	<string></string>
3779
3351a017d4ad tap to dismiss 'get ready', add a toggle to enable/disable it
koda
parents: 3737
diff changeset
    15
	<key>ready</key>
3351a017d4ad tap to dismiss 'get ready', add a toggle to enable/disable it
koda
parents: 3737
diff changeset
    16
	<true/>
3737
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
    17
</dict>
2ba6ac8a114b reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
koda
parents:
diff changeset
    18
</plist>