From 9a773da2004144c02795da081df0e9def0250057 Mon Sep 17 00:00:00 2001 From: yaypixxo Date: Mon, 6 Jan 2020 08:42:51 +0100 Subject: [PATCH] hopefully this will fix carplaylabels (note to self remember to test this) --- Kage.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kage.plist b/Kage.plist index 10dc654..9c9fda8 100644 --- a/Kage.plist +++ b/Kage.plist @@ -1 +1 @@ -{ Filter = { Bundles = ( "com.apple.springboard" ); }; } +{ Filter = { Bundles = ( "com.apple.springboard", "com.apple.CarPlayApp" ); }; }