9 Commits

Author SHA1 Message Date
John McNamara
5bb72e58a8 Prep for release 1.1.1. 2021-07-12 23:30:20 +01:00
John McNamara
b45ba65a06 Prep for release 1.0.4. 2021-05-08 00:38:47 +01:00
John McNamara
bbfea4c901 Prep for release 0.9.2. 2020-01-13 22:56:00 +00:00
John McNamara
18b4d265cb Prep for release 0.9.0. 2019-12-26 18:59:41 +00:00
John McNamara
f52e816717 Prep for release 0.8.0. 2018-09-11 22:50:29 +01:00
Daniel Alm
f678acce98 Fix including xlsxwriter as a CocoaPod on macOS.
Explanation for this change:

Previously, CocoaPods would set up the framework target such that `xlsxwriter.h` would appear in the framework's main directory, alongside the `xlsxwriter` binary. It appears that the `codesign` utility only expects binaries in that directory, though, with all headers being in the `Headers` subdirectory (otherwise it fails with an `xlsxwriter.h: code object is not signed at all` message). This change modifies the header_mappings_dir to ensure that `xlsxwriter.h` is in `Headers`, with all other headers in `Headers/xlsxwriter`, and adjusts the paths in the module map accordingly.

In addition, the umbrella header is modified to include Foundation rather than UIKit, as the former is sufficient to compile the module while the latter is not available on macOS.
2017-10-10 13:16:01 +02:00
John McNamara
6963a67af3 Flattened third party include structure. 2016-07-11 23:15:32 +01:00
John McNamara
56064038a4 Prep for release 0.3.8. 2016-06-11 14:56:41 +01:00
Ludovico Rossi
d4a7444e37 Add ability to build pod as a framework 2016-05-30 22:05:03 +02:00