| 332 | } |
| 333 | |
| 334 | bool xcw_native_uninstall_app(const char *udid, const char *bundle_id, |
| 335 | char **error_message) { |
| 336 | (void)udid; |
| 337 | (void)bundle_id; |
| 338 | return xcw_unsupported(error_message); |
| 339 | } |
| 340 | |
| 341 | bool xcw_native_set_pasteboard_text(const char *udid, const char *text, |
| 342 | char **error_message) { |
no test coverage detected