MobileNativeFoundation / XCLogParser

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

Update swift-argument-parser version to 1.2.0 #177

Closed luispadron closed 1 year ago

luispadron commented 1 year ago

Updates the swift-argument-parser to the latest version 1.2.0.

Were missing an entire major version without this change and some projects that depend on ArgumentParser > 1.0 cannot also depend on XCLogParser.

luispadron commented 1 year ago

Just rebased, saw that master updated Xcode which is needed to pass CI. Will follow up with update to XCMetrics once this gets released