forked from fritob/Camper-Monitor
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:
co-authored by
Claude Sonnet 5
parent
303a9735d0
commit
003222bf30
@@ -11,8 +11,6 @@ import SwiftUI
|
||||
@main
|
||||
struct VanControlWidgetBundle: WidgetBundle {
|
||||
var body: some Widget {
|
||||
VanControlWidget()
|
||||
VanControlWidgetControl()
|
||||
VanControlWidgetLiveActivity()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user