I am new to Mac OS X apps programming, i have created a Command line tool in xcode using swift 2.
That Command tool actually opens one other installed app (basically just few bash commands), but problem is, when i run "exec - product of script" by navigating to build, it makes a white terminal window which remains open but do opens external app, even if i close my external app, that terminal window remained open.
So i don't want that terminal window to even show. So how to make terminal/product of script invisible.
I searched a lot, but maybe not searching correctly, i tried searching " Console app on Mac", found less results than expected.
Please help
Thanks, Mac 10.10.5