Platform projects
Add native targets to an application:
carbon platform add desktopcarbon platform add androidcarbon platform add iosGenerated shells live under .carbon/platforms/<platform>. List their state with:
carbon platform listAfter changing identity, mobile SDK versions, device permissions, icons, or native metadata, sync the platform files:
carbon platform sync androidcarbon platform sync iosCarbon stores hashes for managed files. A sync updates files that still match their previous generated
content and preserves files you edited manually. Review the reported drift, then use --force only
when replacing local changes is intentional.
The desktop target records metadata but does not need a separate shell: src-carbon and
DotCarbon.Host.Desktop are the native desktop host.
