| 325 | } |
| 326 | |
| 327 | bool xcw_native_install_app(const char *udid, const char *app_path, |
| 328 | char **error_message) { |
| 329 | (void)udid; |
| 330 | (void)app_path; |
| 331 | return xcw_unsupported(error_message); |
| 332 | } |
| 333 | |
| 334 | bool xcw_native_uninstall_app(const char *udid, const char *bundle_id, |
| 335 | char **error_message) { |
no test coverage detected