Build iOS Apps

Cloud build/sign/publish pipeline for Swift apps via a proprietary signing service, no local Xcode needed.

Autor: hungv47 · hungv47/meta-skills

Działa po konfiguracji ★ 8.0/10

Build iOS Apps — Cloud build/sign/publish pipeline for Swift apps via a proprietary signing service, no local Xcode needed.

Co robi ten skill

Wraps a bundled `ios-cli` binary that uploads source to a cloud macOS builder, signs it against Apple credentials, and produces an install link or App Store/TestFlight submission. Triggers on build/install/publish/TestFlight language for a Swift or iOS app; explicitly forbids using local Xcode/xcodebuild/xcrun or raw curl calls, routing everything through the CLI instead.

Raport z testu

The entire pipeline is a closed-source, x86_64-only Mach-O binary (`ios-cli`, Bun-compiled) that talks to a proprietary Chorus/Vibecode signing service you must have paid Apple Developer Program ($99/yr) enrollment and a Vibecode API key for; the binary produced zero output when invoked in our sandbox (arm64 host, Rosetta present) even for `--help`, so the live build/sign/install flow could not be verified end-to-end and had to be graded on the SKILL.md text alone.

Testowano: 2026-07-15 · Claude Code 2.x (agent harness)

Instalacja

git clone https://github.com/hungv47/meta-skills
mkdir -p ~/.claude/skills
cp -r meta-skills/forsvn-dev/skills/product/build-ios-apps ~/.claude/skills/build-ios-apps

Komendy i przykładowe prompty

  • /build-ios-appsCloud build/sign/publish pipeline for Swift apps via a proprietary signing service, no local Xcode needed.

Skille uruchamiają się na zwykłe polecenia — bez komend do zapamiętania. Po instalacji aktywują go prompty takie jak te (po angielsku):

  • Build and sign my Swift app in the cloud, I don't have Xcode installed
  • Get me a TestFlight install link for this iOS app without local Xcode
  • Publish this Swift app update to the App Store using the cloud builder