Add one more step to the instructions for macOS

This commit is contained in:
Kenta Kubo 2021-02-13 12:14:18 +09:00
parent 272e003785
commit 8982b77ee2
3 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "Image 2-13-21 at 12.10 PM.jpg",
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

View file

@ -69,6 +69,13 @@ extension HowToActivateView: View {
.scaledToFit()
.frame(maxHeight: 200)
}
VStack(alignment: .leading) {
Text("7. Click \"Apply\" button")
Image("NetworkSettingsApply")
.resizable()
.scaledToFit()
.frame(maxHeight: 400)
}
#else
VStack(alignment: .leading) {
Text("3. Open the Settings")