Commit graph

87 commits

Author SHA1 Message Date
John McNamara
4df6e8716e Prep for release 0.8.7. 2019-06-21 00:07:52 +01:00
John McNamara
32658fef2f Add docs and an example for add_vba_project.
Issue #29
2019-06-19 00:21:04 +01:00
John McNamara
339c300cd6 Prep for release 0.8.6. 2019-04-07 16:56:23 +01:00
John McNamara
af07916f72 Prep for release 0.8.5. 2019-02-10 22:50:49 +00:00
John McNamara
fb5c43b8fc Prep for release 0.8.4. 2018-11-10 15:27:33 +00:00
John McNamara
9a20ee2fcc Prep for release 0.8.3. 2018-10-01 22:54:02 +01:00
John McNamara
2aa2ed3281 Prep for release 0.8.2. 2018-09-16 20:12:56 +01:00
John McNamara
cac695482a Prep for release 0.8.1. 2018-09-15 14:48:27 +01:00
John McNamara
f52e816717 Prep for release 0.8.0. 2018-09-11 22:50:29 +01:00
John McNamara
f59bdffe69 Prep for release 0.7.9. 2018-09-01 21:25:17 +01:00
John McNamara
2fd7a4f814 Prep for release 0.7.8. 2018-08-30 23:52:45 +01:00
John McNamara
3f95641b20 Prep for release 0.7.7. 2018-05-17 00:42:39 +01:00
John McNamara
f21770c1cd Prep for release 0.7.6. 2018-02-11 23:39:40 +00:00
John McNamara
3915bf29ae Fix for BMP image handling on big endian systems.
Issue #139
2018-02-11 22:50:57 +00: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
1703b5f396 Prep for release 0.7.5. 2017-09-25 00:49:53 +01:00
John McNamara
3137b60647 Add docs for data validation 2017-09-25 00:27:24 +01:00
John McNamara
9d14d21a51 Prep for release 0.7.4. 2017-08-20 12:11:42 +01:00
John McNamara
45df9938c7 Prep for release 0.7.3. 2017-08-12 21:20:45 +01:00
John McNamara
cc960e78d8 Prep for release 0.7.2. 2017-07-26 23:56:27 +01:00
John McNamara
7b25bca1f5 Prep for release 0.7.1. 2017-07-24 21:07:43 +01:00
John McNamara
2f06734178 Prep for release 0.7.0. 2017-06-27 00:55:35 +01:00
John McNamara
2d720e8db9 Prep for release 0.6.9. 2017-01-30 00:30:31 +00:00
John McNamara
ec6bc94095 Prep for release 0.6.8. 2017-01-28 00:11:24 +00:00
John McNamara
a3831c9974 Prep for release 0.6.7. 2017-01-25 08:02:15 +00:00
John McNamara
f6778466a4 Prep for release 0.6.6. 2017-01-22 03:22:35 +00:00
John McNamara
8f930ac6dc Prep for release 0.6.5. 2017-01-21 14:30:34 +00:00
John McNamara
edadc49fef Prep for release 0.6.4. 2017-01-20 20:54:02 +00:00
John McNamara
8290eaf069 Prep for release 0.6.3. 2017-01-19 00:09:26 +00:00
John McNamara
ff72be49d4 Prep for release 0.6.2. 2017-01-16 23:27:20 +00:00
John McNamara
fb9190f360 Prep for release 0.6.1. 2017-01-16 00:01:52 +00:00
John McNamara
f8c3740527 Prep for release 0.6.0. 2017-01-15 00:29:48 +00:00
John McNamara
f899f7c225 Prep for release 0.5.9. 2017-01-14 01:01:05 +00:00
John McNamara
343cc0053e Prep for release 0.5.8. 2017-01-12 23:55:34 +00:00
John McNamara
fa0a6ccff6 Prep for release 0.5.7. 2017-01-12 00:07:10 +00:00
John McNamara
f5ce952b68 Prep for release 0.5.6. 2017-01-11 00:11:30 +00:00
John McNamara
4aafa55ac2 Prep for release 0.5.5. 2017-01-10 00:03:59 +00:00
John McNamara
8b189af8d5 Prep for release 0.5.4. 2017-01-09 01:44:02 +00:00
John McNamara
0bc0f1d843 Prep for release 0.5.3. 2017-01-08 02:05:27 +00:00
John McNamara
d8d212ab38 Prep for release 0.5.2. 2017-01-07 01:42:54 +00:00
John McNamara
62f83785e0 Prep for release 0.5.1. 2017-01-06 00:31:46 +00:00
John McNamara
18f61f41be Prep for release 0.5.0. 2017-01-05 00:00:15 +00:00
John McNamara
66e30c3a89 Prep for release 0.4.9. 2017-01-04 00:04:33 +00:00
John McNamara
6eb6206698 Prep for release 0.4.8. 2017-01-03 01:16:21 +00:00
John McNamara
29dd8728d4 Prep for release 0.4.7. 2017-01-02 01:32:43 +00:00
John McNamara
a92064a7ee Prep for release 0.4.6. 2017-01-01 20:15:16 +00:00
John McNamara
a9802c243e Prep for release 0.4.5. 2016-12-31 00:02:00 +00:00
John McNamara
5015061828 Prep for release 0.4.4. 2016-12-30 12:00:17 +00:00
John McNamara
ee1bafa9bc Prep for release 0.4.3. 2016-12-26 13:26:40 +00:00
John McNamara
b14b4c82f5 Prep for release 0.4.2. 2016-07-14 23:32:25 +01:00