Skip to content

Tags: buildalon/unity-xcode-builder

Tags

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
unity-xcode-builder@v1.4.0 (#25)

- updated xcode version handling
- refactored action to be more robust and reliable

v1.4

Toggle v1.4's commit message
create minor release tag

v1

Toggle v1's commit message
update major release tag

v1.3.4

Toggle v1.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
unity-xcode-builder@v1.3.4 (#24)

- updated xcode version handling
- refactored action to be more robust and reliable

v1.3

Toggle v1.3's commit message
update minor release tag

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
unity-xcode-builder@v1.3.3 (#21)

- fix applying entitlements to app bundles on sign step
- verify signed entitlements for app bundles

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
unity-xcode-builder@v1.3.2 (#20)

- test license step
- update deps
- misc formatting
- update default macOS entitlements to use hardened runtime

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
unity-xcode-builder@v1.3.1 (#19)

- fix autoNotifyUsers undefined attribute

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
unity-xcode-builder@v1.3.0 (#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

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
unity-xcode-builder@v1.2.1 (#17)

- cleanup duplicate code path when obtaining app id
- fix SemVer when processing info.plist
- enhancing Xcode version selection logic 
- bundle version auto-increment logic improvements