aboutsummaryrefslogtreecommitdiff
path: root/signateprefs/Resources/Signate.plist
blob: 6e98e38232e2705dc2672f30a5f627d704865adb (plain)
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<?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>items</key>
		<array>
			<dict>
				<key>cell</key>
				<string>PSGroupCell</string>
				<key>footerText</key>
				<string>Signate will automatically apply changes about 5 seconds after making a change</string>
			</dict>
			<dict>
				<key>cell</key>
				<string>PSSwitchCell</string>
				<key>default</key>
				<true/>
				<key>defaults</key>
				<string>com.5px.signate</string>
				<key>key</key>
				<string>enabled</string>
				<key>label</key>
				<string>Enabled</string>
				<key>PostNotification</key>
				<string>com.5px.signate.settingschanged</string>
			</dict>
			<dict>
				<key>cell</key>
				<string>PSGroupCell</string>
				<key>footerText</key>
				<string>Add the text "Uptime:" before the time displayed</string>
			</dict>
			<dict>
				<key>cell</key>
				<string>PSSwitchCell</string>
				<key>default</key>
				<true/>
				<key>defaults</key>
				<string>com.5px.signate</string>
				<key>key</key>
				<string>uptimeTextEnabled</string>
				<key>label</key>
				<string>Uptime Label</string>
				<key>PostNotification</key>
				<string>com.5px.signate.settingschanged</string>
			</dict>

			<dict>
				<key>cell</key>
				<string>PSGroupCell</string>
				<key>label</key>
				<string>Signate Options</string>
				<key>footerText</key>
				<string>Select units to be displayed on the lockscreen</string>
			</dict>

			<dict>
				<key>cell</key>
				<string>PSSegmentCell</string>
				<key>defaults</key>
				<string>com.5px.signate</string>
				<key>key</key>
				<string>displaySetting</string>
				<key>default</key>
				<integer>1</integer>
				<key>validTitles</key>
				<array>
					<string>Days</string>
					<string>Hours</string>
					<string>Minutes</string>
					<string>Seconds</string>
				</array>
				<key>validValues</key>
				<array>
					<integer>0</integer>
					<integer>1</integer>
					<integer>2</integer>
					<integer>3</integer>
				</array>
				<key>PostNotification</key>
				<string>com.5px.signate.settingschanged</string>
			</dict>

			<dict>
				<key>cell</key>
				<string>PSGroupCell</string>
				<key>label</key>
				<string>Font Options</string>
			</dict>

			<dict>
				<key>cell</key>
				<string>PSSegmentCell</string>
				<key>defaults</key>
				<string>com.5px.signate</string>
				<key>key</key>
				<string>fontWeight</string>
				<key>default</key>
				<integer>2</integer>
				<key>validTitles</key>
				<array>
					<string>Thin</string>
					<string>Regular</string>
					<string>Bold</string>
					<string>Heavy</string>
				</array>
				<key>validValues</key>
				<array>
					<integer>0</integer>
					<integer>1</integer>
					<integer>2</integer>
					<integer>3</integer>
				</array>
				<key>PostNotification</key>
				<string>com.5px.signate.settingschanged</string>
			</dict>

			<dict>
				<key>cell</key>
				<string>PSLinkListCell</string>
				<key>defaults</key>
				<string>com.5px.signate</string>
				<key>default</key>
				<integer>1</integer>
				<key>detail</key>
				<string>PSListItemsController</string>
				<key>key</key>
				<string>fontAlignment</string>
				<key>label</key>
				<string>Alignment</string>
				<key>validTitles</key>
					<array>
						<string>Left</string>
						<string>Center</string>
						<string>Right</string>
					</array>
				<key>validValues</key>
				<array>
					<integer>0</integer>
					<integer>1</integer>
					<integer>2</integer>
				</array>
				<key>PostNotification</key>
				<string>com.5px.signate.settingschanged</string>
			</dict>

			<dict>
				<key>cell</key>
				<string>PSGroupCell</string>
				<key>label</key>
				<string>X and Y Offset</string>
				<key>footerText</key>
				<string>The X-axis negative values will make the label move left, positive will move the label move right. The Y-axis negative values will move the label up, positive will move the label down.</string>
			</dict>

			<dict>
				<key>cell</key>
				<string>PSSliderCell</string>
				<key>default</key>
				<integer>0</integer> <!-- Default value of the slider -->
				<key>defaults</key>
				<string>com.5px.signate</string> <!-- Your package name here -->
				<key>key</key>
				<string>offsetWidth</string> <!-- Your key name here -->
				<key>max</key>
				<real>200</real> <!-- Enter your maximum value here -->
				<key>min</key>
				<real>-200</real> <!-- Enter your minimum value here -->
				<key>showValue</key> <!-- Show the value of the slider. true or false. -->
				<true/>
				<key>PostNotification</key>
				<string>com.5px.signate.settingschanged</string>
			</dict>

			<dict>
				<key>cell</key>
				<string>PSSliderCell</string>
				<key>default</key>
				<integer>-35</integer> <!-- Default value of the slider -->
				<key>defaults</key>
				<string>com.5px.signate</string> <!-- Your package name here -->
				<key>key</key>
				<string>offsetHeight</string> <!-- Your key name here -->
				<key>max</key>
				<real>200</real> <!-- Enter your maximum value here -->
				<key>min</key>
				<real>-200</real> <!-- Enter your minimum value here -->
				<key>showValue</key> <!-- Show the value of the slider. true or false. -->
				<true/>
				<key>PostNotification</key>
				<string>com.5px.signate.settingschanged</string>
			</dict>
			<dict>
				<key>cell</key>
				<string>PSGroupCell</string>
				<key>label</key>
				<string>Support</string>
				<key>footerText</key>
				<string>If you have any issues with this tweak, describe your issue and I'll try to assist you in the best way possible!</string>
			</dict>
			<dict>
				<key>action</key>
				<string>openTwitterDM</string>
				<key>cell</key>
				<string>PSButtonCell</string>
				<key>label</key>
				<string>DM @o5pxels on Twitter</string>
				<key>icon</key>
				<string>twitter.png</string>
			</dict>
			<dict>
				<key>cell</key>
				<string>PSGroupCell</string>
				<key>label</key>
				<string>Credits</string>
			</dict>
			<dict>
				<key>action</key>
				<string>openTwitter5px</string>
				<key>cell</key>
				<string>PSButtonCell</string>
				<key>label</key>
				<string>@o5pxels</string>
				<key>footerText</key>
				<string>Developer</string>
			</dict>
			<dict>
				<key>action</key>
				<string>openTwitterRO</string>
				<key>cell</key>
				<string>PSButtonCell</string>
				<key>label</key>
				<string>@rollerorangedev</string>
				<key>footerText</key>
				<string>Designer</string>
			</dict>
			<dict>
				<key>cell</key>
				<string>PSGroupCell</string>
				<key>footerAlignment</key>
				<integer>1</integer>
				<key>footerText</key>
				<string>© 2020 FivePixels</string>
			</dict>

	</array>

	<key>title</key>
	<string>Signate</string>
</dict>
</plist>