feat: add real watch companion and dual IPA build workflow

This commit is contained in:
FuelBoard Contributor
2026-08-17 22:41:12 +01:00
parent cd2632377a
commit e004f25a31
16 changed files with 1293 additions and 28 deletions
@@ -0,0 +1,10 @@
import SwiftUI
@main
struct FuelBoardWatchApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}