MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / xcw_native_install_app

Function xcw_native_install_app

packages/server/native_stubs.c:327–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327bool 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
334bool xcw_native_uninstall_app(const char *udid, const char *bundle_id,
335 char **error_message) {

Callers 1

install_appMethod · 0.85

Calls 1

xcw_unsupportedFunction · 0.85

Tested by

no test coverage detected