-
-
Notifications
You must be signed in to change notification settings - Fork 0
[email protected] #25
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
- cleanup duplicate code path when obtaining app id
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 upgrades unity-xcode-builder to v1.3.0 by adding new input options (including test groups, archive type, and submit-for-review) and renaming existing ones for manual signing. It also fixes the notarization workflow, extends test detail upload polling, and improves credential import and cleanup.
Reviewed Changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
src/index.ts | Improved Xcode version handling and installer selection logic |
src/XcodeProject.ts | Updated bundleVersion type and added new properties (e.g. isSteamBuild) |
src/AppleCredential.ts | Renamed and updated credential inputs for manual signing |
src/AppStoreConnectClient.ts | Adjusted API client functions and polling logic for build handling |
package.json | Bumped version and updated some dependency versions |
action.yml | Updated input details and deprecation messages |
.github/workflows/validate.yml | Adjusted shell and permissions settings |
.github/workflows/update-release-tags.yml | Minor syntax adjustments |
README.md | Documentation updates to reflect renamed and new inputs |
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