Xcode Cloud

Waldo integration with Xcode Cloud requires you only to add a couple of custom build steps.

Add the following to ci_post_xcodebuild.sh:

export WALDO_CLI_BIN=/usr/local/bin

bash -c "$(curl -fLs https://github.com/waldoapp/waldo-go-cli/raw/master/install-waldo.sh)"

export WALDO_UPLOAD_TOKEN=<<waldoUploadToken>>

BUILD_PATH=/path/to/YourApp.app

${WALDO_CLI_BIN}/waldo upload "$BUILD_PATH"