File tree 3 files changed +21
-15
lines changed 3 files changed +21
-15
lines changed Original file line number Diff line number Diff line change 1
- APP_VERSION = 2.1.9
1
+ APP_VERSION = 2.1.10
2
2
GITHUB_REPOSITORY_URL = https://github.com/techouse/alfred-tailwindcss-docs
3
3
SUPPORTED_VERSIONS = v0,v1,v2,v3
4
4
ALGOLIA_SEARCH_INDEX =
Original file line number Diff line number Diff line change 65
65
<key >escaping </key >
66
66
<integer >102 </integer >
67
67
<key >script </key >
68
- <string >./docs -u </string >
68
+ <string >arch -x86_64 ./docs -u </string >
69
69
<key >scriptargtype </key >
70
70
<integer >1 </integer >
71
71
<key >scriptfile </key >
108
108
<key >runningsubtext </key >
109
109
<string >Fetching the documentation ... </string >
110
110
<key >script </key >
111
- <string >./docs -q "{query}" </string >
111
+ <string >arch -x86_64 ./docs -q "{query}" </string >
112
112
<key >scriptargtype </key >
113
113
<integer >0 </integer >
114
114
<key >scriptfile </key >
151
151
</array >
152
152
<key >elselabel </key >
153
153
<string >Open URL </string >
154
+ <key >hideelse </key >
155
+ <false />
154
156
</dict >
155
157
<key >type </key >
156
158
<string >alfred.workflow.utility.conditional </string >
164
166
<dict >
165
167
<key >browser </key >
166
168
<string ></string >
169
+ <key >skipqueryencode </key >
170
+ <false />
171
+ <key >skipvarencode </key >
172
+ <false />
167
173
<key >spaces </key >
168
174
<string ></string >
169
175
<key >url </key >
170
176
<string >{query} </string >
171
- <key >utf8 </key >
172
- <true />
173
177
</dict >
174
178
<key >type </key >
175
179
<string >alfred.workflow.action.openurl </string >
186
190
<key >32B3C427-9180-4209-9432-B2890069F63E </key >
187
191
<dict >
188
192
<key >xpos </key >
189
- <integer >640 </integer >
193
+ <real >640 </real >
190
194
<key >ypos </key >
191
- <integer >115 </integer >
195
+ <real >115 </real >
192
196
</dict >
193
197
<key >54CB9D8A-3FC3-4570-9CDC-CBE9197102B7 </key >
194
198
<dict >
195
199
<key >xpos </key >
196
- <integer >430 </integer >
200
+ <real >430 </real >
197
201
<key >ypos </key >
198
- <integer >280 </integer >
202
+ <real >280 </real >
199
203
</dict >
200
204
<key >709668B9-4793-4106-9DFE-A58EF9BFA3EE </key >
201
205
<dict >
202
206
<key >xpos </key >
203
- <integer >640 </integer >
207
+ <real >640 </real >
204
208
<key >ypos </key >
205
- <integer >410 </integer >
209
+ <real >410 </real >
206
210
</dict >
207
211
<key >A6C3EF08-1D63-4571-9A71-253A36551FB4 </key >
208
212
<dict >
209
213
<key >xpos </key >
210
- <integer >210 </integer >
214
+ <real >210 </real >
211
215
<key >ypos </key >
212
- <integer >260 </integer >
216
+ <real >260 </real >
213
217
</dict >
214
218
</dict >
219
+ <key >userconfigurationconfig </key >
220
+ <array />
215
221
<key >variablesdontexport </key >
216
222
<array />
217
223
<key >version </key >
218
- <string >2.1.9 </string >
224
+ <string >2.1.10 </string >
219
225
<key >webaddress </key >
220
226
<string >https://github.com/techouse </string >
221
227
</dict >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Search the Tailwind CSS documentation using Alfred
4
4
# Prevent accidental publishing to pub.dev.
5
5
publish_to : ' none'
6
6
7
- version : 2.1.9
7
+ version : 2.1.10
8
8
9
9
environment :
10
10
sdk : ' >=2.17.0 <3.0.0'
You can’t perform that action at this time.
0 commit comments