Prepared Fastlane Deliver and Screenshots.
This commit is contained in:
parent
30f8c9ca86
commit
e6a22cc42d
29 changed files with 918 additions and 2 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue