forked from fritob/Camper-Monitor
Widget-Extension in LiveActivity umbenennen, da kein Widget mehr drin ist
Nach dem Entfernen der Beispiel-Widget/-Control-Dateien enthielt
VanControlWidget(Extension) nur noch die Live Activity – der Name war
damit irreführend. Jetzt VanControlLiveActivity(Extension) durchgängig:
Ordner, Target, Produkt, Bundle-ID-Suffix, Dateien
(VanControlLiveActivity.swift, VanControlLiveActivityBundle.swift) und
Anzeigename ("VanControl Live Activity").
Build (App Debug+Release, Watch) und Protokoll-Tests grün.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
003222bf30
commit
59076076e8
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// VanControlLiveActivityBundle.swift
|
||||
// VanControlLiveActivity
|
||||
//
|
||||
// Created by Christopher Helberg on 02.09.26.
|
||||
//
|
||||
|
||||
import WidgetKit
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct VanControlLiveActivityBundle: WidgetBundle {
|
||||
var body: some Widget {
|
||||
VanControlLiveActivity()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user