I’m developing a Cocoa application that primarily uses a graphical interface, but I’d like to incorporate a command-line component that outputs the same data. I believe this might involve adding a separate custom executable within my Xcode project so it builds alongside the GUI version. Can anyone confirm if this is the right approach and point me toward any tutorials or guidance on creating such a dual-interface setup?
hey, i tried merging shared libraries for both cli and gui some time ago, it workd! do u think synchronizing the output is a big deal? im also wonderin if anyone else has rememebr this approach