I have created a Mac OS app project in Xcode to draw a simple 2D triangle and it works fine.
However, now I want to build it on command line but I am confused on how to do it as the code is in Objective C and it makes calls to METAL which is implemented in C++.
I have worked with gcc and g++ before.
Can someone please direct me to some command line build tools for this project?