<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/extend/os/mac, branch 1.0.1</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Use new "macOS" naming where appropriate.</title>
<updated>2016-09-18T18:57:19+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-18T18:57:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3f9cce0a03e967d2e7bcb7cd16bbc898c1a35708'/>
<id>3f9cce0a03e967d2e7bcb7cd16bbc898c1a35708</id>
<content type='text'>
Not quite a mass replacement as I've used OS X and Mac OS X where
describing specific older versions and added compatibility methods
for things in the DSL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not quite a mass replacement as I've used OS X and Mac OS X where
describing specific older versions and added compatibility methods
for things in the DSL.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #989 from MikeMcQuaid/rubocop-final</title>
<updated>2016-09-18T12:28:15+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-18T12:28:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=59b7f16bfd9c1968aae0a2f1cd9a43d3d160d99f'/>
<id>59b7f16bfd9c1968aae0a2f1cd9a43d3d160d99f</id>
<content type='text'>
Rubocop: apply auto-corrections and don't use hash-rockets</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rubocop: apply auto-corrections and don't use hash-rockets</pre>
</div>
</content>
</entry>
<entry>
<title>no_weak_imports: always check for support</title>
<updated>2016-09-17T15:29:47+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2016-09-17T15:29:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=390bcf413bd3bfa69b1663a37f71665b190da0eb'/>
<id>390bcf413bd3bfa69b1663a37f71665b190da0eb</id>
<content type='text'>
ENV.no_weak_imports should be a no-op when Xcode doesn't support the
feature to avoid breaking builds with &lt;= Xcode 7.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENV.no_weak_imports should be a no-op when Xcode doesn't support the
feature to avoid breaking builds with &lt;= Xcode 7.
</pre>
</div>
</content>
</entry>
<entry>
<title>rubocop --auto-correct all hash-rocket usage.</title>
<updated>2016-09-17T15:14:13+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-17T14:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3982950e6106d45811a396a6a7478eeeee2817d7'/>
<id>3982950e6106d45811a396a6a7478eeeee2817d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #965 from mistydemeo/warn_xcode_8_without_clt</title>
<updated>2016-09-16T06:22:45+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2016-09-16T06:22:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=67cb634e20ee401fb50663c775679a165b2fdcf6'/>
<id>67cb634e20ee401fb50663c775679a165b2fdcf6</id>
<content type='text'>
Warn when using Xcode 8 without CLT on 10.11</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Warn when using Xcode 8 without CLT on 10.11</pre>
</div>
</content>
</entry>
<entry>
<title>Warn when using Xcode 8 without CLT on 10.11</title>
<updated>2016-09-16T03:46:59+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2016-09-15T07:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8a0861feab37b850059d29a0254f5c480e03d346'/>
<id>8a0861feab37b850059d29a0254f5c480e03d346</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>superenv: help Autotools with 10.12 SDK on 10.11</title>
<updated>2016-09-15T10:34:43+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2016-09-15T09:24:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1d7aa1fe0b430a4415cb976a2b2c3041f4269b55'/>
<id>1d7aa1fe0b430a4415cb976a2b2c3041f4269b55</id>
<content type='text'>
The GNU Autotools tests for whether a given symbol is defined are
reliably coming to incorrect conclusions on 10.11 with the 10.12 SDK
in Xcode 8. This overrides its decisions by forcing the right answer
in superenv using ac_cv_func_* environment variables and setting them to
"no" on 10.11. The list of problematic symbols is from

  grep 'weak$os10.11' MacOSX.sdk/usr/lib/system/libsystem_c.tbd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The GNU Autotools tests for whether a given symbol is defined are
reliably coming to incorrect conclusions on 10.11 with the 10.12 SDK
in Xcode 8. This overrides its decisions by forcing the right answer
in superenv using ac_cv_func_* environment variables and setting them to
"no" on 10.11. The list of problematic symbols is from

  grep 'weak$os10.11' MacOSX.sdk/usr/lib/system/libsystem_c.tbd
</pre>
</div>
</content>
</entry>
<entry>
<title>extend/os/mac/development_tools: fix Rubocop warnings.</title>
<updated>2016-09-13T06:57:09+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-11T16:53:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6a81782753d660eb3a9b6b2f303015205177c518'/>
<id>6a81782753d660eb3a9b6b2f303015205177c518</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>diagnostic: tweak check_xcode_up_to_date messaging</title>
<updated>2016-09-10T15:30:22+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2016-09-09T21:10:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=aa3ce859a70b101735f98576e8cb9c659dc6ba6d'/>
<id>aa3ce859a70b101735f98576e8cb9c659dc6ba6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #833 from DomT4/death_by_xcode</title>
<updated>2016-09-07T08:51:06+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-07T08:51:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d1ba4f44c099ab2a5db311e9237c1892ebf83c6c'/>
<id>d1ba4f44c099ab2a5db311e9237c1892ebf83c6c</id>
<content type='text'>
xcode: die unless Xcode/CLT up-to-date on prerelease macOS</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
xcode: die unless Xcode/CLT up-to-date on prerelease macOS</pre>
</div>
</content>
</entry>
</feed>
