From 1d1611419489387288b6e6bffe27ba818966189c Mon Sep 17 00:00:00 2001 From: Tomasz Poliszuk Date: Sun, 7 Mar 2021 20:18:44 +0100 Subject: [PATCH] Added three bundle indentifiers from iOS 13 and one from iOS14 that are not visible on device as apps --- ALApplicationList.x | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ALApplicationList.x b/ALApplicationList.x index 9e4be11..d231123 100644 --- a/ALApplicationList.x +++ b/ALApplicationList.x @@ -494,6 +494,12 @@ static NSArray *hiddenDisplayIdentifiers; @"com.apple.SharedWebCredentialViewService", @"com.apple.webapp", @"com.apple.webapp1", + // iOS 13 + @"com.apple.dt.XcodePreviews", + @"com.apple.sidecar", + @"com.apple.siri", + // iOS 14 + @"com.apple.Magnifier", nil]; hiddenDisplayIdentifiers = result; }