Skip to content

Add headless cloud-compile automation for unsigned IPA builds#2

Draft
zBossPC wants to merge 3 commits into
mainfrom
cursor/ios-cloud-compile-ea5e
Draft

Add headless cloud-compile automation for unsigned IPA builds#2
zBossPC wants to merge 3 commits into
mainfrom
cursor/ios-cloud-compile-ea5e

Conversation

@zBossPC

@zBossPC zBossPC commented Jun 9, 2026

Copy link
Copy Markdown
Owner

Summary

Headless cloud-compile automation for unsigned Anywhere.ipa builds via GitHub Actions.

IPA build result

Successfully built and downloaded Anywhere.ipa (13 MB, unsigned Debug) from run https://github.com/zBossPC/Anywhere/actions/runs/27190434189

Includes embedded Network Extension and Widget in PlugIns/.

Key workflow adjustments discovered during live builds

Issue Fix
workflow_dispatch blocked on integration token Added push trigger on workflow/trigger file
Xcode 15.4 cannot open project format 77 macos-15 + Xcode_26.3.app
SVG asset template 7.0 unsupported on Xcode 16.2 Same Xcode 26.3 upgrade
Release build Swift type-check timeout in ProxyListView Split view body into subviews
iOS 27 visibilityPriority unavailable in SDK 26 Simplified toolbar for CI SDK

Usage

./scripts/cloud-build/cloud-compile.sh --fork zBossPC/Anywhere

Artifact downloads as Anywhere.ipa in workspace root on success.

Open in Web Open in Cursor 

cursoragent and others added 3 commits June 9, 2026 06:25
Document that Anywhere is an iOS/Xcode project requiring macOS for
build and run, and describe Linux-side validation checks available
in Cloud Agent VMs.

Co-authored-by: HB zBoss <zBossPC@users.noreply.github.com>
Introduce scripts/cloud-build/ orchestration for GitHub Actions-based
iOS builds on macos-14 with Xcode 15.4. Includes gh auth validation,
idempotent upstream fork, Base64 workflow injection via Contents API,
workflow_dispatch watch loop, and artifact download.

Also adds .github/workflows/build.yml and documents usage in AGENTS.md.

Co-authored-by: HB zBoss <zBossPC@users.noreply.github.com>
- Use macos-15 + Xcode 26.3 for project format 77 and SVG assets
- Add push trigger and extra signing overrides for unsigned CI builds
- Split ProxyListView body to avoid Swift type-check timeout
- Drop iOS 27-only toolbar visibility for SDK 26 compatibility

Co-authored-by: HB zBoss <zBossPC@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants