Skip to content

unity-xcode-builder@v1.3.0

Compare
Choose a tag to compare
@StephenHodgson StephenHodgson released this 20 May 22:18
· 1 commit to main since this release
a84a60e

What's Changed

  • unity-xcode-builder@v1.3.0 by @StephenHodgson in #18
    • 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

Full Changelog: v1.2.1...v1.3.0