ci: prebuilt ad-hoc-signed tester releases#53
Open
mhellevang wants to merge 4 commits into
Open
Conversation
build.sh builds unsigned (CODE_SIGNING_ALLOWED=NO), so a dext with restricted entitlements will not load. Add sign.sh to ad-hoc re-sign the dext then the app with their entitlement files (embedding them so AMFI honors them with SIP off + developer mode, no amfi boot-arg). Ad-hoc has no team/profile, so one build installs on any Mac. Add .github/workflows/release.yml: on v* tags builds Release, signs, and attaches the zip to a GitHub Release; workflow_dispatch uploads it as an artifact for pipeline testing on a fork. Add a README 'Installing a prebuilt build (testers)' section: quarantine strip, SIP off, developer mode, install, verify.
… command - upload-artifact name without .zip suffix (artifact downloads are zip containers themselves) - warn when tag disagrees with CFBundleShortVersionString (--no-bump build) - drop unneeded fetch-depth/submodules from checkout (no submodules) - README: spell out systemextensionsctl uninstall with '-' team ID
Keeps ASFW-<version>.zip free for a future properly signed/notarized asset on the same release.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a release workflow that builds an ad-hoc-signed
ASFW.apponv*tag pushes and attaches it to a GitHub prerelease, so testers can try ASFW without Xcode or a developer account.sign.sh: re-signs the dext + app ad-hoc with their entitlements embedded (build.sh output is unsigned by design, and a dext without embedded entitlements won't load). HW-verified on Apple Silicon / Tahoe: loads with SIP off +systemextensionsctl developer on, no boot-args..github/workflows/release.yml: tag push -> build, sign, verify entitlements, attachASFW-<version>-adhoc.zipto a prerelease.workflow_dispatchuploads an artifact instead, for testing the pipeline.The
-adhocsuffix leavesASFW-<version>.zipfree for a future properly signed/notarized asset on the same release.Pipeline tested end-to-end on my fork: https://github.com/mhellevang/ASFireWire/actions/runs/29040906402