<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br class=""><blockquote type="cite" class="">On Feb 18, 2015, at 12:05 PM, Zachary Turner <<a href="mailto:zturner@google.com" class="">zturner@google.com</a>> wrote:<br class=""><br class="">I've hinted a few times that I'd like to deprecate the swig generate shell scripts and move to the python-based scripts.  Python scripts have been the default on every OS except the Mac Xcode build for some time now, so I think it's stable enough that we can try putting this on the Xcode build.<br class=""><br class="">I'm willing to do this and test it out, but I don't know much about editing Xcode projects beyond adding files.  Can someone show me where in Xcode I need to look to make this change?<br class="">_______________________________________________<br class="">lldb-dev mailing list<br class=""><a href="mailto:lldb-dev@cs.uiuc.edu" class="">lldb-dev@cs.uiuc.edu</a><br class="">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev<br class=""></blockquote><div class=""><br class=""></div>if you click on the LLDB project file in the left hand files view, and then click on the the LLDB framework icon and select "Build Phases" you will see the "Build swig wrapper classes" build phase, this is a shell script build phase. <br class=""><img apple-inline="yes" id="318E337E-8BD1-4612-9F74-791061C19864" height="466" width="937" apple-width="yes" apple-height="yes" src="cid:AEC05051-E7EC-4F18-B062-0FE7D8F22C82@apple.com" class=""><div class=""><br class=""></div><div class=""><br class=""></div><div class="">If you expand it you will see the shell script it runs:</div><div class=""><br class=""></div><div class=""><img apple-inline="yes" id="BE69E9B6-AB1A-487F-A3A6-C6962924C27D" height="401" width="921" apple-width="yes" apple-height="yes" src="cid:ACB8D0A0-EFB0-4BDA-81DA-F29C89ED0CD7@apple.com" class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Also look for the "Finish swig wrapper classes" and edit accordingly.</div><div class=""><br class=""></div></body></html>