| 149 | } |
| 150 | |
| 151 | bool xcw_native_boot_simulator(const char *udid, char **error_message) { |
| 152 | (void)udid; |
| 153 | return xcw_unsupported(error_message); |
| 154 | } |
| 155 | |
| 156 | bool xcw_native_shutdown_simulator(const char *udid, char **error_message) { |
| 157 | (void)udid; |
no test coverage detected