summaryrefslogtreecommitdiff
path: root/MacOSX-Framework
Commit message (Collapse)AuthorAgeFilesLines
* includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg2017-06-141-9/+0
| | | | | | | | Rely entirely on curl/system.h now. Introduced in Aug 2008 with commit 14240e9e109f. Now gone. Fixes #1456
* MacOSX-Framework: sdk regex fix for sdk 10.10 and laterxiangbin li2015-10-251-1/+1
| | | | closes #507
* MacOSX-Framework: use @rpath instead of @executable_pathstopiccot2015-03-091-2/+2
| | | | Bug: https://github.com/bagder/curl/pull/157
* OS X framework: fix invalid symbolic linkRenaud Guillard2013-05-091-1/+1
|
* MacOSX-Framework: Make script work in Xcode 4.0 and laterNick Zitzmann2013-02-171-19/+33
| | | | | | | | | 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.
* MacOSX-Framework: updates for SnowleopardHendrik Visage2010-09-211-32/+86
| | | | | | | | | | | 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
* removed trailing whitespaceYang Tse2010-02-141-7/+7
|
* Daniel Johnson improved the MacOSX-Framework shell script to now perform allYang Tse2009-04-101-20/+49
| | | | | 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.
* Daniel Johnson provided a shell script that will perform all the steps neededYang Tse2009-02-231-0/+49
to build a Mac OS X fat ppc/i386 or ppc64/x86_64 libcurl.framework