-
Notifications
You must be signed in to change notification settings - Fork 2
unity-xcode-builder@v1.3.0 #18
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
Conversation
…e-builder into development # Conflicts: # dist/index.js.map
renamed some inputs
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 to v1.3.0 by adding new inputs (e.g., test-groups, archive-type, submit-for-review, developer-id certificates), renaming existing inputs for clarity, and improving various workflows including notarization, test detail upload, and credential management.
- Added new configuration inputs and renamed existing ones for manual signing
- Improved notarization, build export, and credential import/cleanup processes
- Adjusted polling and workflow definitions
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
src/xcode.ts | Refactored notarization and signing flows; replaced legacy signing inputs |
src/XcodeProject.ts | Added new project properties (isSteamBuild, archiveType, notarize) |
src/AppleCredential.ts | Updated credential extraction and certificate import logic |
src/AppStoreConnectClient.ts | Adjusted build polling and API interactions; increased maxRetries |
package.json | Updated version and dependency revisions |
action.yml | Refined input descriptions and deprecation messages |
README.md | Updated documentation to reflect new input names and options |
.github/workflows/validate.yml | Minor workflow syntax refinements and environment variable handling |
.github/workflows/update-release-tags.yml | Adjusted tag syntax formatting |
test-groups
: One or more test groups to automatically add to the build when uploading to TestFlight. When using multiple groups, separate them with commas.archive-type
: The archive type to use when exporting macOS applications when not uploading to the App Store. Can be one ofapp
orpkg
.submit-for-review
: Automatically submit beta build for review and notify testersdeveloper-id-application-certificate
: TheDeveloper ID Application
certificate encoded as base64 string. Used for signing macOS app bundles when not uploading to app store.developer-id-application-certificate-password
: The password for theDeveloper ID Application
certificate.developer-id-installer-certificate
: TheDeveloper ID Installer
certificate encoded as base64 string. Used for signing installer packages for macOS applications.developer-id-installer-certificate-password
: The password for theDeveloper ID Installer
certificate.certificate
->manual-signing-certificate
certificate-password
->manual-certificate-password
signing-identity
->manual-signing-identity