| 164 | } |
| 165 | |
| 166 | bool xcw_native_open_url(const char *udid, const char *url, |
| 167 | char **error_message) { |
| 168 | (void)udid; |
| 169 | (void)url; |
| 170 | return xcw_unsupported(error_message); |
| 171 | } |
| 172 | |
| 173 | bool xcw_native_launch_bundle(const char *udid, const char *bundle_id, |
| 174 | char **error_message) { |
no test coverage detected