openbakery / gradle-xcodePlugin

gradle plugin for building Xcode Projects for iOS, watchOS, macOS or tvOS
Apache License 2.0
457 stars 127 forks source link

Parse new .xcresult scheme to support testing with Xcode 11 #420

Closed BastianKusserow closed 4 years ago

BastianKusserow commented 4 years ago

This PR adds the ability to parse the new .xcresult file format to get the right test output for Xcode 11. This also solves #419

renep commented 4 years ago

I have reverted it because I want to merge it into the develop branch. My CI build a develop version where the changes can be tested before it is officially release. See #422

renep commented 4 years ago

You can test build 0.19.2.develop.155 that contains this merge request.