Skip to content

Emcee client#

MacOS#

Using package manager#

Install the latest release using Homebrew:

brew tap avito-tech/tap
brew install avito-tech/tap/emcee

Manually#

You will need the following artifacts unpacked from our releases page: - emcee-Darwin-all.tar.gz - emcee-ios.artifact.zip - emcee.jar

You may also need to reset security flags:

xattr -c emcee && xattr -c emcee-ios

Linux#

Manually#

You will need the following artifacts unpacked from our releases page: - emcee-Linux-{arm64/x86_64}.tar.gz - emcee.jar

Emcee client will not run iOS tests on Linux as it requires Apple specific environment for tests discovering

Gradle plugin#

Download gradle plugin emcee-gradle-plugin-{version}-all.jar from our releases page.