Prepared Fastlane Deliver and Screenshots.

This commit is contained in:
Benjamin Erhart 2026-06-01 13:19:12 +02:00
parent 30f8c9ca86
commit e6a22cc42d
29 changed files with 918 additions and 2 deletions

View file

@ -34,8 +34,13 @@ struct HomeView: View {
Toggle("", isOn: $viewModel.isDnsEnabled)
.labelsHidden()
.disabled(true)
.tint(.green)
#if targetEnvironment(simulator)
.disabled(false)
.accessibilityIdentifier("dns-toggle")
#else
.disabled(true)
#endif
}
.padding(.vertical, 4)
}