feat: add PlatformWidget extension target
This commit is contained in:
9
ios/Platform/PlatformWidget/PlatformWidgetBundle.swift
Normal file
9
ios/Platform/PlatformWidget/PlatformWidgetBundle.swift
Normal file
@@ -0,0 +1,9 @@
|
||||
import WidgetKit
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct PlatformWidgetBundle: WidgetBundle {
|
||||
var body: some Widget {
|
||||
PlatformWidget()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user