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
Find a file
Till JS f9392303da chore: ITSAppUsesNonExemptEncryption=false in Info.plist + project.yml
Überspringt die App-Verschlüsselungs-Abfrage in App Store Connect
bei jedem TestFlight-Upload. Entspricht der "Keinen der oben
genannten Algorithmen"-Wahl, weil die App nur HTTPS nutzt und
damit unter US-Export-Recht exempt ist.

In project.yml mitgepflegt, damit xcodegen den Key nicht beim
nächsten Regen wegblässt.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-19 13:02:36 +02:00
devlog refactor(big-bang): cards-native → wordeck-native 2026-05-17 23:10:42 +02:00
docs feat(offline): text-only Cleanup + ζ-1 Offline-Sync 2026-05-18 22:06:41 +02:00
scripts v0.8.0 — Phase β-7 App-Store-Vorbereitung 2026-05-13 01:13:27 +02:00
ShareExtension feat(auth): Cross-App-SSO via shared Keychain-Group ev.mana.session 2026-05-18 16:32:09 +02:00
Sources feat(offline): text-only Cleanup + ζ-1 Offline-Sync 2026-05-18 22:06:41 +02:00
Tests feat(offline): text-only Cleanup + ζ-1 Offline-Sync 2026-05-18 22:06:41 +02:00
Widgets/WordeckWidget chore: ITSAppUsesNonExemptEncryption=false in Info.plist + project.yml 2026-05-19 13:02:36 +02:00
.gitignore chore: build/-Verzeichnis aus Repo entfernen + gitignore 2026-05-17 23:44:55 +02:00
.swiftformat v0.1.0 — Phase β-0 Setup 2026-05-12 19:29:45 +02:00
.swiftlint.yml chore(lint): SwiftLint-Config + 0-Warnings-Pass + Swift-6-Concurrency-Fixes 2026-05-14 02:04:29 +02:00
CLAUDE.md refactor(big-bang): cards-native → wordeck-native 2026-05-17 23:10:42 +02:00
PLAN.md feat(offline): text-only Cleanup + ζ-1 Offline-Sync 2026-05-18 22:06:41 +02:00
project.yml chore: ITSAppUsesNonExemptEncryption=false in Info.plist + project.yml 2026-05-19 13:02:36 +02:00
README.md refactor(big-bang): cards-native → wordeck-native 2026-05-17 23:10:42 +02:00

wordeck-native

Native SwiftUI-Universal-App (iOS / iPadOS / macOS) für Wordeck — die Spaced-Repetition-Karten-App des Vereins mana e.V.

Web-App-Parität. Die existierende Web-App auf wordeck.com 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, Wordeck-API- Reachability-Check. Vollständiger Phasen-Plan in ../mana/docs/playbooks/CARDS_NATIVE_GREENFIELD.md.

                       HTTPS/JWT      ┌──────────────────┐
   cards-api          ◄─────────────  │ wordeck-native     │  SwiftUI
   api.wordeck.com              │ ev.mana.wordeck    │  WidgetKit (β-6)
                                      └──────────────────┘
                                               │
              ┌─────────────────────────────────────────┐
              ▼                                         ▼
   ManaCore (Auth, Transport)         ManaTokens (Designwerte)
   git.mana.how/till/mana-swift-core v1.0.0+

Lokal entwickeln

xcodegen generate
open WordeckNative.xcodeproj      # iPhone-17-Simulator

Konventionen, Invarianten, Phasen-Disziplin: CLAUDE.md.