Skip to content

Instantly share code, notes, and snippets.

@chase-seibert
chase-seibert / privacy-policy.md
Created July 14, 2026 00:09
Sideline Save privacy policy

Sideline Save Privacy Policy

Effective date: July 13, 2026

Sideline Save is a local-first camera app for recording sports highlights. This policy explains what the app processes on your device, what limited analytics it may send, and the choices available to you.

Camera, microphone, motion, and Photos

@chase-seibert
chase-seibert / 100DaysofSwiftUI.swift
Last active January 20, 2024 23:31
100DaysofSwiftUI.swift
@main
struct Test1App: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}
//