From bc7bc50c6427cba24eb598bba296157832409fb3 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Mon, 18 Jul 2022 21:38:15 -0500 Subject: [PATCH] Add note about Coreform-Cubit --- test/scanner/client.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/scanner/client.test.js b/test/scanner/client.test.js index 9fe1af5..9c79d79 100644 --- a/test/scanner/client.test.js +++ b/test/scanner/client.test.js @@ -32,6 +32,7 @@ const tempPath = 'test/_artifacts/temp' // Batteries 2.2.4 - Hangs // BetterZip 5.1.1 - Hangs // BlueJeans - May work but doesn't work with zip compression +// Coreform-Cubit - No info.plist, may not need to be supported const plainAppBundles = glob .sync( `${ appsPath }/**/*.app`, appGlobOptions ) .filter( bundlePath => {