Initial commit
Whisper model weights excluded from git — auto-downloaded at first Xcode build via Scripts/download_whisper_model.sh (~600 MB, one-time).
This commit is contained in:
18
LockInBroWidget/LockInBroWidgetBundle.swift
Normal file
18
LockInBroWidget/LockInBroWidgetBundle.swift
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// LockInBroWidgetBundle.swift
|
||||
// LockInBroWidget
|
||||
//
|
||||
// Created by Aditya Pulipaka on 3/28/26.
|
||||
//
|
||||
|
||||
import WidgetKit
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct LockInBroWidgetBundle: WidgetBundle {
|
||||
var body: some Widget {
|
||||
LockInBroWidget()
|
||||
LockInBroWidgetControl()
|
||||
LockInBroWidgetLiveActivity()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user