Add note about Coreform-Cubit

This commit is contained in:
Sam Carlton 2022-07-18 21:38:15 -05:00
parent fd3caab403
commit bc7bc50c64

View file

@ -32,6 +32,7 @@ const tempPath = 'test/_artifacts/temp'
// Batteries 2.2.4 - Hangs // Batteries 2.2.4 - Hangs
// BetterZip 5.1.1 - Hangs // BetterZip 5.1.1 - Hangs
// BlueJeans - May work but doesn't work with zip compression // BlueJeans - May work but doesn't work with zip compression
// Coreform-Cubit - No info.plist, may not need to be supported
const plainAppBundles = glob const plainAppBundles = glob
.sync( `${ appsPath }/**/*.app`, appGlobOptions ) .sync( `${ appsPath }/**/*.app`, appGlobOptions )
.filter( bundlePath => { .filter( bundlePath => {