Proper 1.0 release for iOS. Pending App Store submission.
This commit is contained in:
18
ios/SessionStatusLive/SessionStatusLiveBundle.swift
Normal file
18
ios/SessionStatusLive/SessionStatusLiveBundle.swift
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// SessionStatusLiveBundle.swift
|
||||
// SessionStatusLive
|
||||
//
|
||||
// Created by Atridad Lahiji on 2025-09-15.
|
||||
//
|
||||
|
||||
import WidgetKit
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct SessionStatusLiveBundle: WidgetBundle {
|
||||
var body: some Widget {
|
||||
SessionStatusLive()
|
||||
SessionStatusLiveControl()
|
||||
SessionStatusLiveLiveActivity()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user