Skip to content

unity-xcode-builder@v1.3.4 #22

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

unity-xcode-builder@v1.3.4 #22

wants to merge 11 commits into from

Conversation

StephenHodgson
Copy link
Member

  • add derived data input arg
  • setup and use ccache to speed up builds

- add derived data input arg
- setup and use ccache to speed up builds
move ccache env declarations
@StephenHodgson StephenHodgson marked this pull request as ready for review July 19, 2025 22:47
@Copilot Copilot AI review requested due to automatic review settings July 19, 2025 22:47
@StephenHodgson StephenHodgson requested a review from a team as a code owner July 19, 2025 22:47
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds ccache support and derived data path configuration to the Unity Xcode Builder action to improve build performance. The changes include setting up ccache for faster compilation and adding a new input parameter for specifying the derived data path.

  • Implements ccache setup and installation with fallback handling
  • Configures Xcode builds to use ccache for C/C++ compilation
  • Adds derived-data-path input parameter support

Reviewed Changes

Copilot reviewed 5 out of 8 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
src/utilities.ts Adds SetupCCache function for ccache installation and configuration
src/xcode.ts Configures ccache environment variables and adds derived data path input handling
src/index.ts Integrates ccache setup into the main build workflow
src/XcodeProject.ts Minor formatting fix for trailing comma
package.json Version bump to 1.3.4 and dependency updates

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant