I'm currently working on a project that will run on mac. In it, I need to find the location of the device that program is currently running on. I have used Apple Cocoa APIs before, and if possible, I'd like to use the CoreLocation to find the device's location. My question is, how do I interface with this API or any other Cocoa API through OF and C++?
If it is not feasible to find the location through CoreLocation, is there another way to get the user's location with OF or an open-source library?