Apple-Developer-Portal-App-ID lautet ev.mana.cardecky (analog zur Domain cardecky.mana.how). Alle Bundle-IDs, App-Group, Keychain- Group, OSLog-Subsysteme, URL-Schemes, Widget-Kind, App-Intent-Phrases, Marketing-Texte und Doku nachgezogen. Bundle-IDs neu: - Main: ev.mana.cardecky - Widget: ev.mana.cardecky.widget - Share: ev.mana.cardecky.share - Tests: ev.mana.cardecky.tests / .uitests App-Group: group.ev.mana.cardecky Keychain-Access-Group: $(AppIdentifierPrefix)ev.mana.cardecky OSLog-Subsystem: ev.mana.cardecky AASA gleichzeitig in cards-Repo angepasst (Commit 21ec535) und auf mana-server redeployed — Probe liefert appID "QP3GLU8PH3.ev.mana.cardecky". Plus: ShareExtension/Resources/Info.plist + entitlements werden jetzt analog zu Widget-Resources gitignored (sind XcodeGen-generated). 35 Unit-Tests + 1 UI-Test grün, alle drei Targets bauen. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
36 lines
1.4 KiB
Markdown
36 lines
1.4 KiB
Markdown
# 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.how` ist 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
|
|
|
|
```bash
|
|
xcodegen generate
|
|
open CardsNative.xcodeproj # iPhone-17-Simulator
|
|
```
|
|
|
|
Konventionen, Invarianten, Phasen-Disziplin: [`CLAUDE.md`](CLAUDE.md).
|