Home Explore Blog Models CI



nixpkgs

1st chunk of `doc/hooks/xcbuild.section.md`
320b1582634eaec0d260276aeed3d4c4b8405e01b05126dd000000010000014c
# xcbuildHook {#xcbuildhook}

Overrides the build and install phases to run the "xcbuild" command. This hook is needed when a project only comes with build files for the XCode build system. You can disable this behavior by setting buildPhase and configurePhase to a custom value. xcbuildFlags controls flags passed only to xcbuild.

Title: xcbuildHook Overview
Summary
The `xcbuildHook` overrides the default build and install phases to execute the `xcbuild` command, which is necessary for projects that exclusively use the XCode build system. This behavior can be disabled by setting custom values for `buildPhase` and `configurePhase`, and `xcbuildFlags` allows for specific flags to be passed to the `xcbuild` command.