|
110 | 110 | "os": ["darwin"], |
111 | 111 | "status_function": xcode.check_status, |
112 | 112 | "install_function": xcode.install, |
113 | | - "user_password": "yes", |
| 113 | + "user_password": True, |
114 | 114 | }, |
115 | 115 | { |
116 | 116 | "name": "Simulator", |
|
121 | 121 | "os": ["darwin"], |
122 | 122 | "status_function": simulator.check_status, |
123 | 123 | "install_function": simulator.install, |
124 | | - "user_password": "yes", |
| 124 | + "user_password": True, |
125 | 125 | }, |
126 | 126 | ], |
127 | 127 | }, |
|
167 | 167 | "os": ["windows", "linux", "darwin"], |
168 | 168 | "status_function": mozilla.check_status, |
169 | 169 | "install_function": mozilla.install, |
170 | | - "user_password": False, |
| 170 | + "user_password": True, |
171 | 171 | }, |
172 | 172 | { |
173 | 173 | "name": "Edge", |
|
178 | 178 | "os": ["windows", "linux", "darwin"], |
179 | 179 | "status_function": edge.check_status, |
180 | 180 | "install_function": edge.install, |
181 | | - "user_password": "yes", |
| 181 | + "user_password": True, |
182 | 182 | }, |
183 | 183 | ], |
184 | 184 | }, |
|
198 | 198 | "os": ["darwin"], |
199 | 199 | "status_function": macos_xcode.check_status, |
200 | 200 | "install_function": macos_xcode.install, |
201 | | - "user_password": "yes", |
| 201 | + "user_password": True, |
202 | 202 | } |
203 | 203 | ], |
204 | 204 | }, |
|
219 | 219 | "os": ["windows"], |
220 | 220 | "status_function": inspector.check_status, |
221 | 221 | "install_function": inspector.install, |
222 | | - "user_password": "no", |
| 222 | + "user_password": False, |
223 | 223 | } |
224 | 224 | ], |
225 | 225 | }, |
|
0 commit comments