Check macOS Release Build
Version updated for https://github.com/MobileDevOps/check-macos-release-build-action to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The GitHub Action check-macos-release-build-action verifies if a macOS .app or .dmg is a release build by checking its architecture, optimization, and distribution entitlements. It ensures the app is optimized for release, free of development server references, and without development entitlements. The action provides clear annotations and a summary table of the checks performed.
What’s Changed
What’s Changed
Other Changes
- chore(deps): Bump actions/checkout from 4 to 7 by @dependabot[bot] in https://github.com/MobileDevOps/check-macos-release-build-action/pull/1
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/MobileDevOps/check-macos-release-build-action/pull/1
Full Changelog: https://github.com/MobileDevOps/check-macos-release-build-action/compare/v1...v1.0.0