ChargePoint / xcparse

Command line tool & Swift framework for parsing Xcode 11+ xcresult
MIT License
393 stars 47 forks source link

Update data structures for xcresult 3.26 #50

Closed abotkin-cpi closed 3 years ago

abotkin-cpi commented 4 years ago

Xcode 12 uses the xcresult format 3.26 (as compared to 3.24 in Xcode 11). We need to update our data structures in order to parse for format changes & additions. Format descriptions for both are attached to this ticket - we should diff the two & add support. We should also ensure we have tests for ensuring we don't hard-require 3.26 only additions and can still work with 3.24 xcresults.

xcresult_3_24.txt xcresult_3_26.txt