Mehr-Tab: banyaro.app-Links in einen Abschnitt zusammengeführt; Build 3
This commit is contained in:
parent
e6210978f7
commit
5ea219d274
2 changed files with 15 additions and 12 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
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.**")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue