From 7713da08539c360f65bdf9962726e162e1e01b0c Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Thu, 17 Feb 2022 21:16:19 -0600 Subject: Branded iOS app --- iosApp/iosApp/Session/AboutView.swift | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'iosApp/iosApp/Session/AboutView.swift') diff --git a/iosApp/iosApp/Session/AboutView.swift b/iosApp/iosApp/Session/AboutView.swift index 7e5325b..1f0c4c7 100644 --- a/iosApp/iosApp/Session/AboutView.swift +++ b/iosApp/iosApp/Session/AboutView.swift @@ -25,16 +25,6 @@ struct AboutView: View { } } - Button { - if let url = URL(string: NSLocalizedString("app-source-code", comment: "")) { - if UIApplication.shared.canOpenURL(url) { - UIApplication.shared.open(url, options: [:]) - } - } - } label: { - Label("source-code", systemImage: "chevron.left.forwardslash.chevron.right") - } - Button { if let url = URL(string: NSLocalizedString("app-website", comment: "")) { if UIApplication.shared.canOpenURL(url) { -- cgit v1.2.3