MobileNativeFoundation / XCLogParser

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

Remove occurrences of single quotes in filenames #181

Closed PatrikBillgren closed 1 year ago

PatrikBillgren commented 1 year ago

This PR introduces a replacement of ' in .html filenames into _.

Fixes https://github.com/MobileNativeFoundation/XCLogParser/issues/142

Can be tested by adding a custom machine name with single quote e.g. --machine_name "Patrik's macbook"