-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathRoot.plist
More file actions
73 lines (73 loc) · 1.71 KB
/
Copy pathRoot.plist
File metadata and controls
73 lines (73 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
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>PreferenceSpecifiers</key>
<array>
<dict>
<key>Title</key>
<string>Advanced Settings</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>AutocapitalizationType</key>
<string>None</string>
<key>AutocorrectionType</key>
<string>No</string>
<key>DefaultValue</key>
<string>http://arisgames.org/server</string>
<key>IsSecure</key>
<false/>
<key>Key</key>
<string>baseServerString</string>
<key>KeyboardType</key>
<string>URL</string>
<key>Title</key>
<string>Server URL</string>
<key>Type</key>
<string>PSTextFieldSpecifier</string>
</dict>
<dict>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
<key>Title</key>
<string>Others See You</string>
<key>Key</key>
<string>showPlayerOnMap</string>
<key>DefaultValue</key>
<true/>
</dict>
<dict>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
<key>Title</key>
<string>Clear Cache</string>
<key>Key</key>
<string>clearCache</string>
<key>DefaultValue</key>
<false/>
</dict>
<dict>
<key>Title</key>
<string>About ARIS</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>DefaultValue</key>
<string>Run ARIS to update</string>
<key>Key</key>
<string>appVersion</string>
<key>Title</key>
<string>Version</string>
<key>Type</key>
<string>PSTitleValueSpecifier</string>
</dict>
</array>
<key>StringsTable</key>
<string>Root</string>
<key>Title</key>
<string>ARIS</string>
</dict>
</plist>