Build an Xcode project on a Linux machine
- by d11wtq
Without writing a GNUmakefile by hand, do any tools exist that understand Xcode projects and can build then directly against GNUstep, thus simplifying (slightly) the work required to keep projects functional under Cocoa/Mac and GNUstep/Linux?
Basically, is there an xcodebuild style app for Linux?
I looked at pbtomake a few weeks ago but it seems to be a dead project.