Beispiel-Widget und Beispiel-Control aus der Widget-Extension entfernen

VanControlWidget.swift, VanControlWidgetControl.swift und AppIntent.swift
waren unverändertes Xcode-Vorlagenmaterial ("Favorite Emoji", "This is
an example widget", ein Timer-Control ohne echte Funktion) – nie an die
App angebunden. Die Extension bleibt bestehen, weil die Live Activity
(VanControlWidgetLiveActivity, echte Neigungswerte) dort hinein muss;
das Bundle enthält jetzt nur noch sie.

Build (Debug + Release) grün.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
fototeddy
2026-09-06 21:30:10 +02:00
co-authored by Claude Sonnet 5
parent 303a9735d0
commit 003222bf30
4 changed files with 0 additions and 187 deletions
@@ -11,8 +11,6 @@ import SwiftUI
@main
struct VanControlWidgetBundle: WidgetBundle {
var body: some Widget {
VanControlWidget()
VanControlWidgetControl()
VanControlWidgetLiveActivity()
}
}