Native iOS and Android shell for WorldOS, built with Capacitor.
This repository owns native projects, native configuration, native dependencies,
signing/build automation, and App Store/Google Play releases. The installed shell
loads the deployed WorldOS Web application from https://worldos.cc; it does not own
or copy the Next.js application.
Read REPOSITORY_CONTRACT.md before adding files or
changing a plugin. The Web-side architecture and compatibility policy live in
WorldOSAI/WorldSims/docs/worldos-app-architecture.md.
npm ci
npm run mobile:sync
cd android && ./gradlew assembleDebugOn macOS, also build the App scheme for an iOS Simulator. Release sync must use:
npm run mobile:sync:releaseThat command rejects any release origin other than https://worldos.cc.