xcode-cloud

Installation
SKILL.md

Xcode Cloud

Overview

Provide a repeatable setup for Xcode Cloud custom scripts, with ready-to-copy templates for XcodeGen generation and post-archive Git tagging.

Quick Start

  1. Identify the folder that contains the .xcodeproj or .xcworkspace.
  2. Check whether the .xcodeproj/.xcworkspace is tracked in git. If it is generated and ignored, you must use ci_post_clone.sh (or commit the generated project).
  3. Create ci_scripts/ in that folder if missing.
  4. Copy templates from assets/.
  5. Customize variables noted in the templates.
  6. chmod +x ci_scripts/*.sh.
  7. In Xcode Cloud, add required secrets (for tagging) and ensure an Archive action exists.

Workflow: XcodeGen + Tagging

Installs
4
GitHub Stars
13
First Seen
Feb 21, 2026
xcode-cloud — vladimirbrejcha/ios-ai-skills