# Reservieren Team – iOS / Xcode

Bundle-ID: `de.hollywoodboulevard.reservieren.team`  
Version: 1.3.1 (Build 23)  
Backend: https://reservieren.hollywood-boulevard.de

## Auf dem Mac

```bash
cd staff-native
# Node 22 empfohlen
npm install
npm run cap:sync:ios
npx cap open ios
```

In Xcode:

1. Signing & Capabilities → dein Apple-Developer-Team wählen
2. Bundle-ID nicht ändern
3. Optional Push: Capability „Push Notifications“ + `GoogleService-Info.plist`
4. Product → Archive → TestFlight / App Store

Ausführliche Übergabe: `IOS-XCODE-HANDOFF.md`

Nur den Xcode-Ordner öffnen (ohne npm): `ios/App/App.xcodeproj`  
Empfohlen bleibt der Weg mit `npm run cap:sync:ios`, damit Web-Assets aktuell sind.
