This repository provides an evidence-first workflow for iOS Release build size optimization.
Use this repository's workflow when the user asks to:
- reduce iOS app size
- investigate IPA or archive bloat
- optimize Release packaging before App Store submission
- evaluate binary stripping, symbol payloads, or app thinning
- Start with
skills/xcode-size-orchestrator/SKILL.md. - Keep analysis read-only.
- Produce artifacts in
.size-analysis/. - Generate
size-optimization-plan.mdbefore proposing code changes. - Only apply explicitly approved low-risk fixes.
- Re-measure after any approved changes.
- Release-only. Never optimize
Debugin this repo's workflow. - Treat symbol/debug-info changes as at least medium risk unless clearly safe.
- Treat thinning as optional and context-dependent; for
app-storeexports, explain that local thinning is not equivalent to App Store delivery behavior.