From 7bada93504509b16f8329b8b818bf38199663488 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Fri, 2 Jan 2026 16:38:25 -0600 Subject: [PATCH] Add MijickCamera attribution to licenses --- SelfieRingLight/Features/Settings/SettingsView.swift | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/SelfieRingLight/Features/Settings/SettingsView.swift b/SelfieRingLight/Features/Settings/SettingsView.swift index 450e8b1..4510ec1 100644 --- a/SelfieRingLight/Features/Settings/SettingsView.swift +++ b/SelfieRingLight/Features/Settings/SettingsView.swift @@ -368,6 +368,14 @@ struct LicensesView: View { var body: some View { ScrollView { VStack(alignment: .leading, spacing: Design.Spacing.large) { + // MijickCamera + licenseCard( + name: "MijickCamera", + url: "https://github.com/Mijick/Camera", + license: "Apache 2.0 License", + description: "Camera framework for SwiftUI. Created by Tomasz Kurylik at Mijick." + ) + // RevenueCat licenseCard( name: "RevenueCat",