<div dir="ltr"><div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Tue, Oct 23, 2018 at 8:11 PM Eliot Miranda <<a href="mailto:eliot.miranda@gmail.com">eliot.miranda@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> <div dir="ltr">Hi Tim,<br><div class="gmail_quote"><div dir="ltr">On Tue, Oct 23, 2018 at 8:58 AM Tim Johnson <<a href="mailto:digit@sonic.net" target="_blank">digit@sonic.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> <br>
Hi,<br>
<br>
I've made a branch with the following commit message:<br>
<br>
    Use output of xcode-select to determine path of Xcode in Mac Makefile, instead of hard-coding.<br>
    xcode-select allows for multiple versions of Xcode to be installed and to be selected by the user.<br>
    DO NOT put a space in a renamed Xcode.app, however: this will break SDK detection in the Makefile.<br>
<br>
    Add OS X 10.14 SDKs for x64 build, as supplied by Xcode 10.<br><br>
which does the following:<br>
<br>
build.macos32x86/common/Makefile.flags & build.macos64x64/common/Makefile.flags:<br><br>
-XCODE:=/Applications/Xcode.app/Contents/Developer<br>
+XCODE:=$(shell /usr/bin/xcode-select -p)<br><br>
and:<br>
<br>
build.macos64x64/common/Makefile.flags<br>
<br>
-SDKs:=MacOSX10.10.sdk MacOSX10.11.sdk MacOSX10.12.sdk MacOSX10.13.sdk<br>
+SDKs:=MacOSX10.10.sdk MacOSX10.11.sdk MacOSX10.12.sdk MacOSX10.13.sdk MacOSX10.14.sdk<br>
<br>
However, I'm not sure I have permissions to push my branch and create a pull request.  If that's the model you use, please let me know.  I am use @tcj on github.<br></blockquote><div><br></div><div>Yes, that's the model.  Talk to Fabio about permissions if you're denied access.  And if that fails I can make the above edits for you but would prefer you are granted sufficient permission.</div></div></div></blockquote><div><br></div><div>Hi Tim,</div><div><br></div><div>We follow the fork-and-pull-request approach [1] on GitHub. Simply fork the repo, push your commits, and open a PR against the official repository and we'll merge your commits in.</div><div><br></div><div>Fabio</div><div><br></div><div>[1] <a href="https://guides.github.com/activities/forking/">https://guides.github.com/activities/forking/</a><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div><br></div></div><br><div dir="ltr" class="gmail-m_-8582686749001519600gmail_signature"><div dir="ltr"><div><span style="font-size:small;border-collapse:separate"><div>_,,,^..^,,,_<br></div><div>best, Eliot</div></span></div></div></div></div>
</blockquote></div></div></div>