Skip to content

Instantly share code, notes, and snippets.

View SwiftfulThinking's full-sized avatar
🤙

Nick Sarno SwiftfulThinking

🤙
View GitHub Profile
@glowcap
glowcap / AnalyticsRequirements.swift
Last active February 24, 2025 13:04
AIChat app analytic events setup
// Basing Modules/Logs, Analytics, Crashlytics/Adding Events (1/4)
/*
The idea here is to eliminate a majority of the duplication while keeping the same event output.
The final result being what is shown below
*/
// MARK: Analytic Events
enum Event: LoggableEvent, EventEnum {