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:
2026-04-01 15:52:27 -05:00
commit cc353e37ae
62 changed files with 6968 additions and 0 deletions

View 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()
}
}