Releases: buildalon/unity-xcode-builder
Releases · buildalon/unity-xcode-builder
unity-xcode-builder@v1.4.1
What's Changed
- unity-xcode-builder@v1.4.1 by @StephenHodgson in #26
- fixed xcode select for 26.0.1
- updated deps
Full Changelog: v1.4.0...v1.4.1
unity-xcode-builder@v1.4.0
What's Changed
- unity-xcode-builder@v1.4.0 by @StephenHodgson in #25
- updated xcode version handling
- refactored action to be more robust and reliable
Full Changelog: v1.3.4...v1.4.0
unity-xcode-builder@v1.3.4
What's Changed
- unity-xcode-builder@v1.3.4 by @StephenHodgson in #24
- updated xcode version handling
- refactored action to be more robust and reliable
Full Changelog: v1.3.3...v1.3.4
unity-xcode-builder@v1.3.3
What's Changed
- unity-xcode-builder@v1.3.3 by @StephenHodgson in #21
- fix applying entitlements to app bundles on sign step
- verify signed entitlements for app bundles
Full Changelog: v1.3.2...v1.3.3
unity-xcode-builder@v1.3.2
What's Changed
- unity-xcode-builder@v1.3.2 by @StephenHodgson in #20
- test license step
- update deps
- misc formatting
- update default macOS entitlements to use hardened runtime
Full Changelog: v1.3.1...v1.3.2
unity-xcode-builder@v1.3.1
What's Changed
- unity-xcode-builder@v1.3.1 by @StephenHodgson in #19
- fix autoNotifyUsers undefined attribute
Full Changelog: v1.3.0...v1.3.1
unity-xcode-builder@v1.3.0
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 ofapporpkg.submit-for-review: Automatically submit beta build for review and notify testersdeveloper-id-application-certificate: TheDeveloper ID Applicationcertificate 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 Applicationcertificate.developer-id-installer-certificate: TheDeveloper ID Installercertificate encoded as base64 string. Used for signing installer packages for macOS applications.developer-id-installer-certificate-password: The password for theDeveloper ID Installercertificate.
- renamed inputs:
certificate->manual-signing-certificatecertificate-password->manual-certificate-passwordsigning-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
unity-xcode-builder@v1.2.1
What's Changed
- unity-xcode-builder@v1.2.1 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
unity-xcode-builder@v1.2.0
What's Changed
- unity-xcode-builder@v1.2.0 by @StephenHodgson in #16
- add
auto-increment-build-numberinput to auto increment CFBundleVersion - add
platform-runtime-versioninput argument to specify a specific runtime sdk
- add
Full Changelog: v1.1.7...v1.2.0
unity-xcode-builder@v1.1.7
What's Changed
- unity-xcode-builder@v1.1.7 by @StephenHodgson in #15
- updated .xcodeproj search to exclude GameAssembly, UnityFramework, and Pods project files
Full Changelog: v1.1.6...v1.1.7