| 320 | } |
| 321 | |
| 322 | bool xcw_native_erase_simulator(const char *udid, char **error_message) { |
| 323 | (void)udid; |
| 324 | return xcw_unsupported(error_message); |
| 325 | } |
| 326 | |
| 327 | bool xcw_native_install_app(const char *udid, const char *app_path, |
| 328 | char **error_message) { |
no test coverage detected