Skip to content

Commit 2d288ce

Browse files
committed
Add changelog
1 parent 4aebe74 commit 2d288ce

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

CHANGES.md

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
Version 1.2.0
2+
-------------
3+
_21 Mar 2015_
4+
5+
* Add command line parameters, making it easier to use XcodeCoverage in continuous integration. _Thanks to: Tom Aylesworth_
6+
* Add Cobertura XML generation. _Thanks to: Ellen Shapiro_
7+
* Support use as CocoaPod. _Thanks to: Ellen Shapiro_
8+
* Update to lcov 1.11. _Thanks to: Ellen Shapiro_
9+
10+
11+
Version 1.1.1
12+
-------------
13+
_13 Nov 2014_
14+
15+
* Exclude "Developer/SDKs" instead of "Applications/Xcode.app" so that people can use multiple versions of Xcode. _Thanks to: Cédric Luthi_
16+
* Quote arguments to support built products directory containing spaces. _Thanks to: Cédric Luthi_
17+
* Fix functionality optional post-test dialog in other locales by forcing buttons to be in English.
18+
19+
20+
Version 1.1.0
21+
-------------
22+
_30 Mar 2014_
23+
24+
* Support Xcode 5.1. _Thanks to: Mike Maietta_
25+
* Add optional post-test script `run_code_coverage_post.sh` to prompt whether to generate coverage report. _Thanks to: Matthew Purland_
26+
* Improve function coverage by specifying `--derive-func-data`. _Thanks to: jstevenco_
27+
* Directly include copy of lcov 1.10.
28+
29+
30+
Version 1.0.1
31+
-------------
32+
_09 Mar 2014_
33+
34+
* Fix: Use `CURRENT_ARCH` instead of `NATIVE_ARCH`. _Thanks to: Scott Densmore_
35+
* Improve scripts so they can be run from any working directory.
36+
* Export `OBJROOT` so that customizations can include subprojects.
37+
38+
39+
Version 1.0.0
40+
-------------
41+
_01 Dec 2012_
42+
43+
* Initial release

0 commit comments

Comments
 (0)