Add MijickCamera attribution to licenses
This commit is contained in:
parent
f38e0bf22c
commit
7bada93504
@ -368,6 +368,14 @@ struct LicensesView: View {
|
|||||||
var body: some View {
|
var body: some View {
|
||||||
ScrollView {
|
ScrollView {
|
||||||
VStack(alignment: .leading, spacing: Design.Spacing.large) {
|
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
|
// RevenueCat
|
||||||
licenseCard(
|
licenseCard(
|
||||||
name: "RevenueCat",
|
name: "RevenueCat",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user