From 81bee150f73edde701ccc638efab78144c2b04fc Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 4 Jun 2020 23:17:56 +0200 Subject: Request all file sharing apps with "--list-apps" instead of user apps only --- src/ifuse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifuse.c b/src/ifuse.c index 315eb86..19270d6 100644 --- a/src/ifuse.c +++ b/src/ifuse.c @@ -736,7 +736,7 @@ static void list_available_apps(const char *udid) } plist_t client_opts = instproxy_client_options_new(); - instproxy_client_options_add(client_opts, "ApplicationType", "User", NULL); + instproxy_client_options_add(client_opts, "ApplicationType", "Any", NULL); instproxy_client_options_set_return_attributes(client_opts, "CFBundleIdentifier", "CFBundleDisplayName", -- cgit v1.1-32-gdbae