Skip to content

Conversation

@StephenHodgson
Copy link
Member

@StephenHodgson StephenHodgson commented Apr 19, 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

- cleanup duplicate code path when obtaining app id
@StephenHodgson StephenHodgson requested a review from Copilot April 19, 2025 05:05
@StephenHodgson StephenHodgson marked this pull request as ready for review April 19, 2025 05:05

This comment was marked as outdated.

@StephenHodgson StephenHodgson requested a review from Copilot April 25, 2025 00:38

This comment was marked as outdated.

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

This comment was marked as outdated.

@StephenHodgson StephenHodgson marked this pull request as ready for review May 18, 2025 21:59
@StephenHodgson StephenHodgson requested a review from Copilot May 20, 2025 02:56
Copy link

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 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

@StephenHodgson StephenHodgson merged commit 827e109 into main May 20, 2025
10 checks passed
@StephenHodgson StephenHodgson deleted the development branch May 20, 2025 22:19
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