<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/os/mac, branch 1.1.12</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>update latest versions of Xcode for 10.11 &amp; 10.12</title>
<updated>2017-03-28T15:16:02+00:00</updated>
<author>
<name>EricFromCanada</name>
</author>
<published>2017-03-28T15:16:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c5bac087b34e90933acca1ee0371dd947cfa97a1'/>
<id>c5bac087b34e90933acca1ee0371dd947cfa97a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update suggested Xcode/CLT download URLs</title>
<updated>2017-03-28T15:12:34+00:00</updated>
<author>
<name>EricFromCanada</name>
</author>
<published>2017-03-28T15:12:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=60f6dfea14c9f5a070334c6341b2a39c9bdc4163'/>
<id>60f6dfea14c9f5a070334c6341b2a39c9bdc4163</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>keg: Skip relocation when dylib ID/install name doesn't change.</title>
<updated>2017-03-12T16:29:35+00:00</updated>
<author>
<name>William Woodruff</name>
</author>
<published>2017-03-12T16:29:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0dda8a13f11810c78b7a5b67a798d757804a9952'/>
<id>0dda8a13f11810c78b7a5b67a798d757804a9952</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't list duplicate dylibs for universal</title>
<updated>2017-03-04T13:05:32+00:00</updated>
<author>
<name>FX Coudert</name>
</author>
<published>2017-03-04T13:05:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ac8dd9ae7db7fd1aa6854f5d756b58b42cb3ceb6'/>
<id>ac8dd9ae7db7fd1aa6854f5d756b58b42cb3ceb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move `require_relocation?` from `os/mac/keg` to `keg`.</title>
<updated>2017-02-11T12:43:00+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-02-11T12:43:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=94dceeab1dac30983057737e1efe0d732c5aa551'/>
<id>94dceeab1dac30983057737e1efe0d732c5aa551</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>xcode: reduce minimum CLT version.</title>
<updated>2017-01-23T21:22:54+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-23T21:22:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=50c1fea4ea9ca8067e194db5918fbf5a7f5c3ca1'/>
<id>50c1fea4ea9ca8067e194db5918fbf5a7f5c3ca1</id>
<content type='text'>
This should be 1.0.0 to be nicer to 10.7 users.

Fixes #1893.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should be 1.0.0 to be nicer to 10.7 users.

Fixes #1893.
</pre>
</div>
</content>
</entry>
<entry>
<title>xcode: use default location when possible.</title>
<updated>2017-01-10T05:10:55+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-09T21:30:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a17f38dd364af67d5965aaa58438cb768c6d057a'/>
<id>a17f38dd364af67d5965aaa58438cb768c6d057a</id>
<content type='text'>
Xcode can be installed anywhere but for most people it's in
`/Applications/Xcode.app` so just look there if `xcode-select` isn't
helpful before looking at Spotlight which can return weird results on
e.g. backup disks.

Fixes #1587.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Xcode can be installed anywhere but for most people it's in
`/Applications/Xcode.app` so just look there if `xcode-select` isn't
helpful before looking at Spotlight which can return weird results on
e.g. backup disks.

Fixes #1587.
</pre>
</div>
</content>
</entry>
<entry>
<title>xcode: general cleanup.</title>
<updated>2017-01-10T05:10:55+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-09T21:30:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2c6915a48fb1456b8075d95735dc2032e23ef210'/>
<id>2c6915a48fb1456b8075d95735dc2032e23ef210</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>xquartz: use default location when possible.</title>
<updated>2017-01-10T05:10:55+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-09T21:30:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4a39070c268b6dba063b938d8663c70f60311230'/>
<id>4a39070c268b6dba063b938d8663c70f60311230</id>
<content type='text'>
Xcode can be installed anywhere but for most people it's in
`/Applications/Xcode.app` so just look there by default before looking
at Spotlight which can return weird results on e.g. backup disks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Xcode can be installed anywhere but for most people it's in
`/Applications/Xcode.app` so just look there by default before looking
at Spotlight which can return weird results on e.g. backup disks.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Xcode prerelease warnings.</title>
<updated>2016-12-19T18:01:36+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-12-19T18:01:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e950aa11d16c5f9fb808f77989d61c8d98490c3e'/>
<id>e950aa11d16c5f9fb808f77989d61c8d98490c3e</id>
<content type='text'>
At this point we probably do want to know about issues that crop up in
betas so we can fix them before the new version of Xcode is released.
Additionally, this doesn't really work well any more with our new
tag-based workflow as it means we need to cut a new tag immediately
after a new Xcode is released.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At this point we probably do want to know about issues that crop up in
betas so we can fix them before the new version of Xcode is released.
Additionally, this doesn't really work well any more with our new
tag-based workflow as it means we need to cut a new tag immediately
after a new Xcode is released.
</pre>
</div>
</content>
</entry>
</feed>
