Skip to content

v1.1.0-osx

Latest
Compare
Choose a tag to compare
@mhashim6 mhashim6 released this 31 Oct 08:53
· 1 commit to main since this release

(linux binary can be found on the official infer release)
A sample script to install on Apple Silicon:

  VERSION=1.1.0
  curl -sSL "https://github.com/instabug/infer/releases/download/v$VERSION/infer-osx-v$VERSION.tar.xz" | sudo tar -C /opt -xJ
  sudo ln -s "/opt/infer-osx-v$VERSION/bin/infer" /usr/local/bin/infer

The sha256 checksum of the tarball is

shasum -a 256 infer-osx-v1.1.0.tar.xz 
8e3e671f69b4cbc88e6052e5ae0d1e907ff63b51010e60a87e501d2a82bf8d45  infer-osx-v1.1.0.tar.xz