We recently started new project and XCTest
is our framework for unit testing. We also support ios6 in the way it works and looks as expected.
Unfortunately XCTest
doesn't work for ios6. Do you think it is valuable to have possibility to run tests on ios6? Do you expect to get different output from it?
I can test ios6 specific code with injecting mocked OS versioning tool. So running tests on ios6 to check if-else cases specific to ios6 is not the proper answer for this question (let me know if I'm wrong)