Support Xcode project creation with waf #119
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A PR that might be mostly beneficial for me, but it's been living for years in my fork and has no drawbacks, so I thought I'd share in case anyone else uses macOS.
It is possible to let
waf
generateXcode
project files (so you can do graphical debugging) by adding the necessary syntax and including the relevant extension into thewaf
copy in the repo. You just need to remember to include the various extensions (swig
,emscripten
and nowxcode6
too) when updatingwaf
otherwise you end up breaking something somewhere, so I made a little script to help with future updates.I've made similar changes to Essentia, which I'll post as soon as my summer-clean of forks gets there :-)