<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/MacOSX-Framework, branch master</title>
<subtitle>cURL mirror with patches applied
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/'/>
<entry>
<title>copyright: fix out-of-date copyright ranges and missing headers</title>
<updated>2020-03-24T14:05:59+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-03-23T13:44:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=9a8b3b3e131359aea1cac650fb6ac331fbe2047c'/>
<id>9a8b3b3e131359aea1cac650fb6ac331fbe2047c</id>
<content type='text'>
Reported by the new script 'scripts/copyright.pl'. The script has a
regex whitelist for the files that don't need copyright headers.

Removed three (mostly usesless) README files from docs/

Closes #5141
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by the new script 'scripts/copyright.pl'. The script has a
regex whitelist for the files that don't need copyright headers.

Removed three (mostly usesless) README files from docs/

Closes #5141
</pre>
</div>
</content>
</entry>
<entry>
<title>includes: remove curl/curlbuild.h and curl/curlrules.h</title>
<updated>2017-06-14T09:07:33+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2017-05-22T07:05:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=73a2fcea0b4adea6ba342cd7ed1149782c214ae3'/>
<id>73a2fcea0b4adea6ba342cd7ed1149782c214ae3</id>
<content type='text'>
Rely entirely on curl/system.h now.

Introduced in Aug 2008 with commit 14240e9e109f. Now gone.

Fixes #1456
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rely entirely on curl/system.h now.

Introduced in Aug 2008 with commit 14240e9e109f. Now gone.

Fixes #1456
</pre>
</div>
</content>
</entry>
<entry>
<title>MacOSX-Framework: sdk regex fix for sdk 10.10 and later</title>
<updated>2015-10-25T11:35:49+00:00</updated>
<author>
<name>xiangbin li</name>
<email>lxbdanny@gmail.com</email>
</author>
<published>2015-10-25T11:35:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=ca20ca54b20d5d0acd6b8b464f9c3ecdbdb8f8a0'/>
<id>ca20ca54b20d5d0acd6b8b464f9c3ecdbdb8f8a0</id>
<content type='text'>
closes #507
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #507
</pre>
</div>
</content>
</entry>
<entry>
<title>MacOSX-Framework: use @rpath instead of @executable_path</title>
<updated>2015-03-09T22:39:27+00:00</updated>
<author>
<name>stopiccot</name>
<email>alexey.petruchik@gmail.com</email>
</author>
<published>2015-03-09T19:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=0f24df6e54c193941f04c1c2378ef09366002f2f'/>
<id>0f24df6e54c193941f04c1c2378ef09366002f2f</id>
<content type='text'>
Bug: https://github.com/bagder/curl/pull/157
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: https://github.com/bagder/curl/pull/157
</pre>
</div>
</content>
</entry>
<entry>
<title>OS X framework: fix invalid symbolic link</title>
<updated>2013-05-09T19:51:35+00:00</updated>
<author>
<name>Renaud Guillard</name>
<email>dev@nore.fr</email>
</author>
<published>2013-05-09T15:31:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=992bee504dce7605ebe424dcecf167e9cffeaee7'/>
<id>992bee504dce7605ebe424dcecf167e9cffeaee7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MacOSX-Framework: Make script work in Xcode 4.0 and later</title>
<updated>2013-02-17T21:30:38+00:00</updated>
<author>
<name>Nick Zitzmann</name>
<email>nickzman@gmail.com</email>
</author>
<published>2013-02-17T21:30:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=072b1ad15a5cfa34ba4519247c4bb44c056b800a'/>
<id>072b1ad15a5cfa34ba4519247c4bb44c056b800a</id>
<content type='text'>
Apple made a number of changes to Xcode 4. The SDKs were moved, the entire
Developer folder was moved, and PowerPC support was removed. The script
will now adapt to those changes and should be future-proofed against
additional changes in case Apple moves the Developer folder ever again.
Also, the minimum OS X version compiler option was removed, so that the
framework can be built against the latest SDK but still run in older cats.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apple made a number of changes to Xcode 4. The SDKs were moved, the entire
Developer folder was moved, and PowerPC support was removed. The script
will now adapt to those changes and should be future-proofed against
additional changes in case Apple moves the Developer folder ever again.
Also, the minimum OS X version compiler option was removed, so that the
framework can be built against the latest SDK but still run in older cats.
</pre>
</div>
</content>
</entry>
<entry>
<title>MacOSX-Framework: updates for Snowleopard</title>
<updated>2010-09-20T22:07:45+00:00</updated>
<author>
<name>Hendrik Visage</name>
<email>hvjunk@gmail.com</email>
</author>
<published>2010-09-20T22:07:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=70a025f3df42aac0e68e54dddd5b337e149c8d22'/>
<id>70a025f3df42aac0e68e54dddd5b337e149c8d22</id>
<content type='text'>
1) PPC64 appears to be an 10.5 only supported architecture, so I
forced 10.5 for 64bit if there is a need for PPC64, else 64bit only
does x86_64

2) proper "make clean" after every ./configure. fixes a bug where
subsequent runs the 32bit do not get compiled

3) Added a version numbering curl-$VERSION} rather than the "stock standard" A
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1) PPC64 appears to be an 10.5 only supported architecture, so I
forced 10.5 for 64bit if there is a need for PPC64, else 64bit only
does x86_64

2) proper "make clean" after every ./configure. fixes a bug where
subsequent runs the 32bit do not get compiled

3) Added a version numbering curl-$VERSION} rather than the "stock standard" A
</pre>
</div>
</content>
</entry>
<entry>
<title>removed trailing whitespace</title>
<updated>2010-02-14T19:40:18+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2010-02-14T19:40:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=a07bc79117971b96ebf3188c0a34a73ee0a3609b'/>
<id>a07bc79117971b96ebf3188c0a34a73ee0a3609b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Daniel Johnson improved the MacOSX-Framework shell script to now perform all</title>
<updated>2009-04-10T02:50:21+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2009-04-10T02:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=eed4a13b3bd99516161ac7e6b144b65a803e3719'/>
<id>eed4a13b3bd99516161ac7e6b144b65a803e3719</id>
<content type='text'>
the steps required to build a Mac OS X four way fat ppc/i386/ppc64/x86_64
libcurl.framework.  Four way fat framework requires OS X 10.5 SDK or later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the steps required to build a Mac OS X four way fat ppc/i386/ppc64/x86_64
libcurl.framework.  Four way fat framework requires OS X 10.5 SDK or later.
</pre>
</div>
</content>
</entry>
<entry>
<title>Daniel Johnson provided a shell script that will perform all the steps needed</title>
<updated>2009-02-23T12:39:06+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2009-02-23T12:39:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=f5548973abd2088af81ed022ec718f254f50ce15'/>
<id>f5548973abd2088af81ed022ec718f254f50ce15</id>
<content type='text'>
to build a Mac OS X fat ppc/i386 or ppc64/x86_64 libcurl.framework
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to build a Mac OS X fat ppc/i386 or ppc64/x86_64 libcurl.framework
</pre>
</div>
</content>
</entry>
</feed>
