MobileNativeFoundation / XCLogParser

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

Fix compilationEndDate for noop builds #69

Closed ecamacho closed 4 years ago

ecamacho commented 4 years ago

Builds that didn't compile any file, should have a compilation end date that is equal to its start date. Currently they show an empty timestamp that is equal to Jan 1 1970.