Xcode 27.1 Ships Built-in Skill to Audit Apps for iPhone Duo
Xcode 27.1 beta will include a skill called "Get my app ready for iPhone Duo" to help developers adapt their apps to the upcoming iPhone Duo screen. According to developers Jordan Morgan and rudrank, the skill was built by the Apple team and provides App Resizability auditing, running a full check on a project.
Confirmed
- Apple engineers confirmed that Xcode 27.1 beta officially ships with this skill for adapting to the iPhone Duo's variable screen (relayed by JordanMorgan10).
- The audit covers seven categories of issues: use of UIScreen.main, orientation assumptions, scene lifecycle, asymmetric safe areas, device-type checks, launch screen and fullscreen configuration, and more (rudrank).
- Xcode adds the ability to export its own capabilities as coding agent skill packages, via a single command — DEVELOPERDIR=/Applications/Xcode.app/Contents/Developer xcrun agent skills — including the full audit command (rudrank).
Why it matters
- With iPhone Duo introducing a variable-sized screen, many existing apps relying on legacy patterns like UIScreen.main and fixed orientation assumptions will break; the official one-click audit lowers the adaptation barrier.
- The skill can be exported to external coding agents, meaning Apple is opening Xcode capabilities as components for AI workflows, letting developers plug adaptation audits into automated pipelines.
2026-09-17 ~ 2026-09-19 · 5 related posts
Primary sources
- [source] Xcode 27.1 ships a new skill to auto-resize apps across device poses — JordanMorgan10 · 2026-09-17
- [source] Xcode 27.1's 'Get my app ready for iPhone Duo' Runs a 7-Point App Audit — rudrank · 2026-09-19
- [source] Xcode can export skills for coding agents, including a full app audit command — rudrank · 2026-09-19
- Xcode 27.1 beta ships with a skill to prep apps for iPhone Duo resizable screens — JordanMorgan10 · 2026-09-19
1 near-duplicate retellings: rudrank