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
- Identify the folder that contains the
.xcodeprojor.xcworkspace. - Check whether the
.xcodeproj/.xcworkspaceis tracked in git. If it is generated and ignored, you must useci_post_clone.sh(or commit the generated project). - Create
ci_scripts/in that folder if missing. - Copy templates from
assets/. - Customize variables noted in the templates.
chmod +x ci_scripts/*.sh.- In Xcode Cloud, add required secrets (for tagging) and ensure an Archive action exists.