fix iOS build blockers and add project scaffold

This commit is contained in:
2026-04-09 20:04:24 +02:00
parent 02278ddac7
commit da1947da09
18 changed files with 492 additions and 55 deletions
@@ -1,6 +1,7 @@
import Combine
import Foundation
@MainActor
protocol AnalyticsTracking {
func track(_ event: String, attributes: [String: String])
}