-
Notifications
You must be signed in to change notification settings - Fork 2
[email protected] #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
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 updates the unity-xcode-builder action to version 1.3.4 with significant improvements to platform handling, Xcode version management, and destination resolution. The changes focus on making the build process more robust and removing manual Xcode installation requirements.
- Enhanced destination resolution with automatic platform detection and destination parsing
- Improved Xcode version selection to exclude beta versions and require pre-installed versions
- Added better platform SDK management and entitlements handling for macOS builds
Reviewed Changes
Copilot reviewed 6 out of 9 changed files in this pull request and generated 6 comments.
Show a summary per file
File | Description |
---|---|
src/xcode.ts | Major refactoring with new destination resolution logic, platform download handling, and reorganized function structure |
src/utilities.ts | Added utility functions for regex pattern matching and glob-based file finding |
src/index.ts | Updated Xcode version selection to exclude beta versions and require pre-installed Xcode |
src/XcodeProject.ts | Reorganized constructor parameters and added new properties for archive/export paths |
package.json | Version bump to 1.3.4 and dependency updates |
.github/workflows/validate.yml | Enhanced validation workflow with better error handling and output verification |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No description provided.