Macintosh r6676 CSL reduce.app does not work any more: running "./trunk/bin/redcsl" does not open any window. Running, instead, the command line version "./trunk/bin/redcsl -w" works fine.
This happens both on x86_64 macOS Big Sur v11.7.10 and on M1 macOS Sonoma v14.2.1
The native reduce.app was build with the command
./config --with-csl --disable-universal; make
while the universal reduce.app was build with the command
./config --with-csl --enable-universal; make
Macintosh r6675 CSL reduce.app works well.