Add builder ios share command - #5
Merged
Merged
Conversation
Builds the working tree for the iOS simulator on GitHub Actions and publishes that simulator to the MobAI app (CI Devices), so a build can be tried by hand without a Mac. The workflow ships via 'builder init' and is dispatch-only. Ctrl+C before the sim is shared cancels the run so no runner keeps building; after that the job outlives the command by design. Requires MobAI Pro and a MOBAI_API_KEY repository secret.
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
builder ios share: builds the working tree for the iOS simulator on GitHub Actions and publishes that simulator to the MobAI app (under CI Devices), so a build can be tried by hand without a Mac.What it does
builder initnow also writes.github/workflows/ios-share.yml(dispatch-only, costs nothing until used).builder ios sharesnapshots the working tree, triggers the workflow, follows it until the publish step, then returns — the job deliberately outlives the command (the sim stays up until released in MobAI or left unused).CancelWorkflowRun), so aborting a build never leaves a runner building for nothing. Once the sim is published, an interrupt is a no-op — the job is meant to outlive the command.Notes
MOBAI_API_KEYrepository secret.gofmt,go vet, and golangci-lint (v2.12.2, CI-pinned) all clean.