summaryrefslogtreecommitdiff
path: root/ios
Commit message (Collapse)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-042-6/+6
|
* Update copyright to 2021Chris Liddell2021-03-152-2/+2
|
* Fix ios build script and headersChris Liddell2020-10-293-6/+26
| | | | | | The predefined headers for the ios build were missing the size_t updates. We also don't want to try using CAL with ios (at least, for the moment).
* Update copyright to 2020Chris Liddell2020-04-102-2/+2
|
* Update source/header file copyright notice to 2019Chris Liddell2019-01-162-2/+2
|
* Update copyright notice with new head office address.Ken Sharp2018-01-302-6/+6
| | | | | | | | | Also update copyright dates. Remove gs_cmdl.ps as we no longer use it, and remove its entry from psfiles.htm. Remove xfonts.htm as this feature (xfont support) is long, long gone.
* Add script and arch*.h headers for ios buildChris Liddell2018-01-264-0/+515
This results in a "fat" libgs.a library which can be linked used either for the simulator or a "real" ios build. Really, this script just automates/simplifies the process of using our existing cross-compile support. The only slightly out of the ordinary part is combining the Intel and arm libraries into the single fat library.