<div dir="ltr">Has the xcode build been changed to use static bindings yet?  I got to thinking that maybe it would make sense to put them alongside the xcode workspace folders, just to emphasize that the static bindings were an artifact of how the xcode build works.  This way we just say "Xcode build uses static bindings" and "CMake build needs an installed swig", and this is enforced at the directory level.  <div><br></div><div>In order to do this you'd have to probably make a new toplevel folder to house both the lldb.xcodeproj and lldb.xcworkspace folders, but I think that would be useful for other reasons as well.  For example, I want to check in a visual studio python solution for the test suite at some point, and it would make sense if all of this additional stuff was in one place.  So perhaps something like:<div><br></div><div>lldb</div><div>|__ contrib</div><div>    |__ xcode</div><div>        |__ LLDBWrapPython.cpp</div><div>        |__ lldb.py</div><div>        |__ lldb.xcodeproj</div><div>        |__ lldb.xcworkspace<br></div><div>    |__ msvc</div></div><div><br></div><div>I have been thinking about this idea of a contrib folder for a while anyway, but wanted to have more reasons to make use of it before I brought it up.</div><div><br></div><div>Good idea?  Bad idea?  Thoughts?</div></div>