LIMOSTAY iOS Native Source Kit - control

Version: 1.0.4 / build 5
Variant command:
  PowerShell: $env:APP_VARIANT='control'; npm run build:

Important:
- iPhone does not install unsigned IPA files like Android APK files.
- For a real iOS app install, build/sign with Apple Developer and distribute with TestFlight or App Store.
- This kit is ready for Expo/EAS cloud build after Apple Developer login and EAS project ID setup.
- The app opens the live LIMOSTAY system and has bottom navigation: Zurueck / Start / Neu laden.

Setup:
  npm install
  eas login
  $env:APP_VARIANT='control'; eas init
  Replace the EAS project ID in app.config.js if needed.
  $env:APP_VARIANT='control'; npm run build: