cpisciotta / xcbeautify

A little beautifier tool for xcodebuild
MIT License
915 stars 62 forks source link

Fix make package-darwin-universal #269

Closed cpisciotta closed 4 months ago

cpisciotta commented 4 months ago

Passing two --arch flags with Swift 5.9. This, instead, builds each architecture individually, and it uses lipo to make a universal binary.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.72%. Comparing base (f1eb8fc) to head (6911b09).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #269 +/- ## ======================================= Coverage 85.72% 85.72% ======================================= Files 14 14 Lines 1492 1492 ======================================= Hits 1279 1279 Misses 213 213 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.