-
Notifications
You must be signed in to change notification settings - Fork 2
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
base: main
Are you sure you want to change the base?
Conversation
StephenHodgson
commented
Jul 19, 2025
- 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
There was a problem hiding this 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 |