Skip to content

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

Merged
merged 100 commits into from
May 20, 2025
Merged

unity-xcode-builder@v1.3.0 #18

merged 100 commits into from
May 20, 2025

Conversation

StephenHodgson
Copy link
Member

@StephenHodgson StephenHodgson commented May 5, 2025

  • added 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 of app or pkg.
    • submit-for-review: Automatically submit beta build for review and notify testers
    • developer-id-application-certificate: The Developer 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 the Developer ID Application certificate.
    • developer-id-installer-certificate: The Developer ID Installer certificate encoded as base64 string. Used for signing installer packages for macOS applications.
    • developer-id-installer-certificate-password: The password for the Developer ID Installer certificate.
  • renamed inputs:
    • certificate -> manual-signing-certificate
    • certificate-password -> manual-certificate-password
    • signing-identity -> manual-signing-identity
  • fixed notarization workflow
  • extended test detail upload polling
  • adjusted export option handling
  • improvements to credential import and cleanup

@StephenHodgson StephenHodgson marked this pull request as ready for review May 7, 2025 18:22
@StephenHodgson StephenHodgson requested a review from a team as a code owner May 7, 2025 18:22
@StephenHodgson StephenHodgson changed the title unity-xcode-builder@v1.2.2 unity-xcode-builder@v1.3.0 May 9, 2025
@StephenHodgson StephenHodgson requested a review from Copilot May 12, 2025 13:17
Copilot

This comment was marked as outdated.

renamed some inputs
@StephenHodgson StephenHodgson requested a review from Copilot May 12, 2025 13:41
Copilot

This comment was marked as outdated.

@StephenHodgson StephenHodgson requested a review from Copilot May 13, 2025 16:06
Copilot

This comment was marked as outdated.

@StephenHodgson StephenHodgson requested a review from Copilot May 20, 2025 02:56
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 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

@StephenHodgson StephenHodgson merged commit a84a60e into main May 20, 2025
17 of 24 checks passed
@StephenHodgson StephenHodgson deleted the development branch May 20, 2025 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant