Skip to content

Commit 439296a

Browse files
committed
info.plist: Improve configuration
1 parent 82dca71 commit 439296a

1 file changed

Lines changed: 28 additions & 28 deletions

File tree

source/info.plist

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,29 @@
102102
<key>version</key>
103103
<integer>1</integer>
104104
</dict>
105+
<dict>
106+
<key>config</key>
107+
<dict>
108+
<key>concurrently</key>
109+
<false/>
110+
<key>escaping</key>
111+
<integer>102</integer>
112+
<key>script</key>
113+
<string>./macupdater 'update_all'</string>
114+
<key>scriptargtype</key>
115+
<integer>1</integer>
116+
<key>scriptfile</key>
117+
<string></string>
118+
<key>type</key>
119+
<integer>11</integer>
120+
</dict>
121+
<key>type</key>
122+
<string>alfred.workflow.action.script</string>
123+
<key>uid</key>
124+
<string>0B0C79ED-3530-44DE-98E2-EA1585BFB1D1</string>
125+
<key>version</key>
126+
<integer>2</integer>
127+
</dict>
105128
<dict>
106129
<key>config</key>
107130
<dict>
@@ -151,29 +174,6 @@
151174
<key>version</key>
152175
<integer>3</integer>
153176
</dict>
154-
<dict>
155-
<key>config</key>
156-
<dict>
157-
<key>concurrently</key>
158-
<false/>
159-
<key>escaping</key>
160-
<integer>102</integer>
161-
<key>script</key>
162-
<string>./macupdater 'update_all'</string>
163-
<key>scriptargtype</key>
164-
<integer>1</integer>
165-
<key>scriptfile</key>
166-
<string></string>
167-
<key>type</key>
168-
<integer>5</integer>
169-
</dict>
170-
<key>type</key>
171-
<string>alfred.workflow.action.script</string>
172-
<key>uid</key>
173-
<string>0B0C79ED-3530-44DE-98E2-EA1585BFB1D1</string>
174-
<key>version</key>
175-
<integer>2</integer>
176-
</dict>
177177
<dict>
178178
<key>config</key>
179179
<dict>
@@ -220,7 +220,7 @@
220220
<key>scriptfile</key>
221221
<string></string>
222222
<key>type</key>
223-
<integer>5</integer>
223+
<integer>11</integer>
224224
</dict>
225225
<key>type</key>
226226
<string>alfred.workflow.action.script</string>
@@ -333,12 +333,12 @@ Run the Keyword (default: `mupdater`) to see a list of outdated software. Press
333333
<key>required</key>
334334
<false/>
335335
<key>text</key>
336-
<string>Do not show software which cannot be auto-updated</string>
336+
<string>Hide software which cannot be auto-updated</string>
337337
</dict>
338338
<key>description</key>
339339
<string></string>
340340
<key>label</key>
341-
<string>Hide Manual Updates</string>
341+
<string>Visibility</string>
342342
<key>type</key>
343343
<string>checkbox</string>
344344
<key>variable</key>
@@ -360,15 +360,15 @@ Run the Keyword (default: `mupdater`) to see a list of outdated software. Press
360360
<string>Space-separated list. For all available options, run:
361361
MacUpdater.app/Contents/Resources/macupdater_client</string>
362362
<key>label</key>
363-
<string>Update Options</string>
363+
<string>Options</string>
364364
<key>type</key>
365365
<string>textfield</string>
366366
<key>variable</key>
367367
<string>update_options</string>
368368
</dict>
369369
</array>
370370
<key>version</key>
371-
<string>2022.4</string>
371+
<string>2023.1</string>
372372
<key>webaddress</key>
373373
<string>https://github.com/core-code/MacUpdater-Alfred-Workflow/</string>
374374
</dict>

0 commit comments

Comments
 (0)