File tree 1 file changed +43
-0
lines changed
1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments