- project.yml mit Bundle ev.mana.zitare + Widget + ShareExt-Targets - ManaSwiftCore (ManaCore + ManaTokens) + ManaSwiftUI (ManaAuthUI) als Package-Dependencies via path: - Pure SwiftUI für Native-Surfaces, WKWebView nur für Lese-Tabs (Hybrid-Sonderfall vs cards/memoro/manaspur, dokumentiert im Playbook ZITARE_NATIVE_GREENFIELD.md) - Theme: paper-Variant aus @mana/themes - ZitareAPI.healthCheck via direct URLSession (öffentlicher Endpoint, kein AuthenticatedTransport-Gate) - 6/6 AppConfigTests + 1/1 UI-Smoke grün auf iPhone 16e Simulator - Live: zitare-api.mana.how/healthz → HTTP/2 200 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
31 lines
564 B
Text
31 lines
564 B
Text
## XcodeGen-Output (regenerierbar aus project.yml)
|
|
*.xcodeproj/
|
|
Sources/Resources/Info.plist
|
|
Sources/Resources/ZitareNative.entitlements
|
|
Widgets/ZitareWidget/Resources/Info.plist
|
|
Widgets/ZitareWidget/Resources/ZitareWidgetExtension.entitlements
|
|
ShareExtension/Resources/Info.plist
|
|
ShareExtension/Resources/ZitareShareExtension.entitlements
|
|
|
|
## Xcode user state
|
|
xcuserdata/
|
|
*.xcworkspace/xcuserdata/
|
|
*.xcuserstate
|
|
DerivedData/
|
|
|
|
## SwiftPM
|
|
.build/
|
|
Package.resolved
|
|
.swiftpm/
|
|
|
|
## macOS
|
|
.DS_Store
|
|
|
|
## Build artifacts
|
|
build/
|
|
*.dSYM.zip
|
|
*.ipa
|
|
|
|
## Editor
|
|
.vscode/
|
|
.idea/
|