Releases: buildalon/unity-xcode-builder
Releases · buildalon/unity-xcode-builder
[email protected]
What's Changed
- [email protected] 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 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.
- 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
- added new inputs
Full Changelog: v1.2.1...v1.3.0
[email protected]
What's Changed
- [email protected] by @StephenHodgson in #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
Full Changelog: v1.2.0...v1.2.1
[email protected]
What's Changed
- [email protected] by @StephenHodgson in #16
- add
auto-increment-build-number
input to auto increment CFBundleVersion - add
platform-runtime-version
input argument to specify a specific runtime sdk
- add
Full Changelog: v1.1.7...v1.2.0
[email protected]
What's Changed
- [email protected] by @StephenHodgson in #15
- updated .xcodeproj search to exclude GameAssembly, UnityFramework, and Pods project files
Full Changelog: v1.1.6...v1.1.7
[email protected]
What's Changed
- [email protected] by @StephenHodgson in #14
- updated deps
- app-store-connect-api -> ^3.8.0
- updated deps
Full Changelog: v1.1.5...v1.1.6
[email protected]
What's Changed
- [email protected] by @dependabot in #13
- updated deps
- app-store-connect-api -> 3.7.1
- actions/core -> ^1.11.1
- semver -> ^7.7.1
- updated deps
Full Changelog: v1.1.4...v1.1.5
[email protected]
v1.1.3
What's Changed
- [email protected] by @StephenHodgson in #11
- change how xcode version is selected with xcodes
Full Changelog: v1.1.2...v1.1.3
[email protected]
What's Changed
- [email protected] by @StephenHodgson in #9
- only validate app when uploading to app store
Full Changelog: v1.1.1...v1.1.2
[email protected]
What's Changed
- [email protected] by @StephenHodgson in #7
- fix branch name in test details
Full Changelog: v1.1.0...v1.1.1