| 159 | } |
| 160 | |
| 161 | bool xcw_native_toggle_appearance(const char *udid, char **error_message) { |
| 162 | (void)udid; |
| 163 | return xcw_unsupported(error_message); |
| 164 | } |
| 165 | |
| 166 | bool xcw_native_open_url(const char *udid, const char *url, |
| 167 | char **error_message) { |
no test coverage detected