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

Add in support for --strictProjectName #66

Closed mobileben closed 4 years ago

mobileben commented 4 years ago

Update for #64

This will look for either an exact match or will try and match against a name in the directory after dropping the trailing -XYZ, where XYZ is the application hash.

This is done that way because I have seen projects have multiple application hashes.

mobileben commented 4 years ago

My bad on the warnings.