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",