class Danger::XcodeCloud

### CI Setup

In order to work with Xcode Cloud and Danger, you will need to add ‘bundle exec danger` to the `ci_scripts/ci_post_xcodebuild.sh` (Xcode Cloud’s expected filename for a post-action build script). More details and documentation on Xcode Cloud configuration can be found [here](developer.apple.com/documentation/xcode/writing-custom-build-scripts).

### Token Setup

You will need to add the ‘DANGER_GITHUB_API_TOKEN` to your build environment. If running on GitHub Enterprise, make sure you also set the expected values for both `DANGER_GITHUB_API_HOST` and `DANGER_GITHUB_HOST`.