Skip to content

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 25 Jan 23:20
· 28 commits to main since this release
5b98424

What's Changed

  • Update swift-xcresult-parser to v1.0.5 (#43)
  • Update swift-xcresult-parser to v1.0.5

Installation

macOS (Universal Binary - x86_64 + ARM64)

Download and install:

curl -L https://github.com/diogot/Xproject/releases/latest/download/xp-macos-universal.tar.gz | tar xz
sudo mv xp /usr/local/bin/
xp --version

Verify Checksum

curl -L https://github.com/diogot/Xproject/releases/latest/download/xp-macos-universal.tar.gz.sha256 -o xp.sha256
shasum -a 256 -c xp.sha256

For more information, see the README.