Revision: 187
Author:
thom...@gmail.com
Date: Mon Nov 11 21:13:44 2013 UTC
Log: Edited wiki page UsingCoverstory through web user interface.
http://code.google.com/p/coverstory/source/detail?r=187
Modified:
/wiki/UsingCoverstory.wiki
=======================================
--- /wiki/UsingCoverstory.wiki Mon Nov 11 21:09:56 2013 UTC
+++ /wiki/UsingCoverstory.wiki Mon Nov 11 21:13:44 2013 UTC
@@ -7,7 +7,7 @@
= Project Settings =
-== Xcode 5 with LLVM Compiler iOS 7 ==
+== Xcode 5 with LLVM Compiler iOS 7 Simulator ==
Code coverage doesn't work well with iOS 7 because iOS 7 does not call any
code at the "end" of an app. iOS7 does not:
# allow you to register functions with atexit
@@ -23,6 +23,8 @@
You should be able to build and run your tests and generate coverage data
(gcda and gcno files).
+If you use the iOS 6.x Simulators, cover seems to work as it did before.
+
== Xcode 5 with LLVM Compiler Mac SDK==
Should work fine.