○ feat(mobile): add CLI scripts for iOS device and simulator builds │ ~ Add package.json scripts for building and deploying iOS app via command line:
Simulator:
- mobile:ios:xcodebuild:release:full - full release build pipeline
- mobile:ios:sim:run - boot, build, install, and launch in one command
- mobile:ios:sim:boot/open/launch - individual simulator controls
Device:
- mobile:ios:xcodebuild:device:full - full release build + install on USB device
- mobile:ios:device:launch - launch app on connected device
- mobile:ios:device:list - list connected iOS devices
Fixes:
- Use lowercase config names (release/debug) to match Xcode project
- Fix build output paths for proper library linking
Also updates docs/mobile.md with CLI build script reference.