MobileNativeFoundation / XCLogParser

Tool to parse Xcode and xcodebuild logs stored in the xcactivitylog format
Apache License 2.0
1.75k stars 125 forks source link

Support Xcode 14 logs #172

Closed ecamacho closed 2 years ago

ecamacho commented 2 years ago

Fixes https://github.com/MobileNativeFoundation/XCLogParser/issues/169 to parse Xcode 14 logs.

Found the missing property name from https://github.com/MobileNativeFoundation/XCLogParser/pull/170 by class dumping Xcode 14's DVTFoundation.framework