beardsvibe / buildfox

Minimalistic Ninja generator
MIT License
50 stars 8 forks source link

Investigate iOS support #95

Open jimon opened 8 years ago

jimon commented 8 years ago

Try and see what we need and how it can be implemented

jimon commented 8 years ago

We probably can use https://github.com/nomad/shenzhen for this

jimon commented 8 years ago

Checked this and I'm a bit skeptical now, probably the better way would be to leave final iOS deployment step in xcodebuild, and use ninja to build application to static lib which will be then linked with some dummy cpp to form main target in xcodebuild. At least this solution will be as bulletproof as it gets.