MobileNativeFoundation / XCLogParser

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

Updates Package Dependencies #160

Closed spydercapriani closed 2 years ago

spydercapriani commented 2 years ago

Updates package dependencies to latest versions.

Replaces .upToNextMinor and .exact with from. This allows for slightly more aggressive updating. Relies more on Package.resolved for which exact version gets used. If you have CI hooked up dependency failures can be caught sooner with this strategy. When they pop up, then you would likely want to address the from with appropriate strategy.

[x] - Builds [x] - Tests Pass [x] - Executable Works