diff --git a/BanYaroGo.xcodeproj/project.pbxproj b/BanYaroGo.xcodeproj/project.pbxproj index fe14545..04e4a5c 100644 --- a/BanYaroGo.xcodeproj/project.pbxproj +++ b/BanYaroGo.xcodeproj/project.pbxproj @@ -343,7 +343,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = BanYaroGo.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 3; DEVELOPMENT_TEAM = H436BR6YWX; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = NO; @@ -369,7 +369,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = BanYaroGo.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 3; DEVELOPMENT_TEAM = H436BR6YWX; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = NO; @@ -393,7 +393,7 @@ buildSettings = { CODE_SIGN_ENTITLEMENTS = BanYaroGoWidget.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 3; DEVELOPMENT_TEAM = H436BR6YWX; GENERATE_INFOPLIST_FILE = NO; INFOPLIST_FILE = "BanYaroGoWidget-Info.plist"; @@ -418,7 +418,7 @@ buildSettings = { CODE_SIGN_ENTITLEMENTS = BanYaroGoWidget.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 3; DEVELOPMENT_TEAM = H436BR6YWX; GENERATE_INFOPLIST_FILE = NO; INFOPLIST_FILE = "BanYaroGoWidget-Info.plist"; diff --git a/BanYaroGo/Views/SettingsView.swift b/BanYaroGo/Views/SettingsView.swift index 3a16d43..68c92ff 100644 --- a/BanYaroGo/Views/SettingsView.swift +++ b/BanYaroGo/Views/SettingsView.swift @@ -98,27 +98,30 @@ struct SettingsView: View { Text("Auto-Pause: pausiert die Aufnahme, wenn du 2 Minuten lang stehen bleibst.\nApple Health: schreibt jede gespeicherte Tour als Spaziergang-Workout mit Route in Health.") } - Section("Mehr auf banyaro.app") { + Section { pwaLink("Forum", systemImage: "bubble.left.and.bubble.right.fill", fragment: "forum") pwaLink("Hunde-Profile bearbeiten", systemImage: "pawprint.fill", fragment: "dogs") pwaLink("Profil & Einstellungen", systemImage: "gearshape.fill", fragment: "settings") - } - - Section { if let url = URL(string: "https://banyaro.app") { Link(destination: url) { - Label("banyaro.app in Safari öffnen", systemImage: "safari.fill") - .foregroundStyle(.primary) + HStack { + Label("banyaro.app öffnen", systemImage: "safari.fill") + .foregroundStyle(.primary) + Spacer() + Image(systemName: "arrow.up.right.square") + .font(.caption) + .foregroundStyle(.tertiary) + } } } } header: { - Text("banyaro.app als Web-App") + Text("banyaro.app") } footer: { VStack(alignment: .leading, spacing: 8) { Text("Du kannst banyaro.app zusätzlich als Web-App auf deinem Home-Bildschirm ablegen — praktisch für alle Features, die diese App nicht abbildet.") HStack(alignment: .firstTextBaseline, spacing: 4) { Text("**1.**") - Text("Oben „in Safari öffnen“ tippen") + Text("Oben „banyaro.app öffnen“ tippen") } HStack(alignment: .firstTextBaseline, spacing: 4) { Text("**2.**")