Native SwiftUI-Universal-App für Cardecky (mana e.V.). Web-Parität zu cardecky.mana.how. SOT: mana/docs/playbooks/CARDS_NATIVE_GREENFIELD.md
Apple lehnte Build 0.1.0(1) ab mit ITMS-90129: "The bundle uses a bundle name or display name that is already taken." Im App-Store gibt es schon Apps mit dem DisplayName "Cards" (u.a. Apples eigene Grußkarten-App war so benannt). App-Store-Connect-App heißt sowieso "Cardecky" — Brand-Konsistenz: DisplayName durchgehend "Cardecky". Geändert: - project.yml Main-App: CFBundleDisplayName Cards → Cardecky, CFBundleVersion 1 → 2 (Apple lehnt doppelte Build-Nummern ab) - project.yml Widget: CFBundleDisplayName Cards Widget → Cardecky Widget, INFOPLIST_KEY_CFBundleDisplayName analog - project.yml Share-Extension: CFBundleVersion 1 → 2 - LoginView Heading: "Cards" → "Cardecky" - NotificationManager.content.title: "Cards" → "Cardecky" - UITest: erwartet "Cardecky" statt "Cards" Archive verifiziert: CFBundleDisplayName=Cardecky, CFBundleVersion=2, ARCHIVE SUCCEEDED. Nach erneutem Upload via Xcode Organizer sollte TestFlight den Build akzeptieren. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| docs | ||
| scripts | ||
| ShareExtension | ||
| Sources | ||
| Tests | ||
| Widgets/CardsWidget | ||
| .gitignore | ||
| .swiftformat | ||
| .swiftlint.yml | ||
| CLAUDE.md | ||
| PLAN.md | ||
| project.yml | ||
| README.md | ||
cards-native
Native SwiftUI-Universal-App (iOS / iPadOS / macOS) für Cardecky — die Spaced-Repetition-Karten-App des Vereins mana e.V.
Web-App-Parität. Die existierende Web-App auf
cardecky.mana.howist Funktions- und Verhaltens-Referenz. Native bringt kein neues Produkt, sondern die App in einer Form, die iOS-Hardware besser nutzt.
Status
Phase β-0 — Setup. Leerer Build, Login funktioniert, Cardecky-API-
Reachability-Check. Vollständiger Phasen-Plan in
../mana/docs/playbooks/CARDS_NATIVE_GREENFIELD.md.
HTTPS/JWT ┌──────────────────┐
cards-api ◄───────────── │ cards-native │ SwiftUI
cardecky-api.mana.how │ ev.mana.cardecky │ WidgetKit (β-6)
└──────────────────┘
│
┌─────────────────────────────────────────┐
▼ ▼
ManaCore (Auth, Transport) ManaTokens (Designwerte)
git.mana.how/till/mana-swift-core v1.0.0+
Lokal entwickeln
xcodegen generate
open CardsNative.xcodeproj # iPhone-17-Simulator
Konventionen, Invarianten, Phasen-Disziplin: CLAUDE.md.