You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: Sources/prostore/views/SetupView.swift
+26-13Lines changed: 26 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
import SwiftUI
2
2
import UIKit
3
+
import GCDWebServer
3
4
4
5
structSetupView:View{
5
6
varonComplete:()->Void
@@ -14,23 +15,23 @@ struct SetupView: View {
14
15
imageName:"star.fill"),
15
16
16
17
SetupPage(title:"Install the SSL Certificate",
17
-
subtitle:"When the popup appears, click the 'Close' button.",
18
+
subtitle:"When the popup appears on the next page, click the 'Close' button.",
18
19
imageName:"lock.shield"),
19
20
20
21
SetupPage(title:"Install the SSL Certificate",
21
22
subtitle:"ProStore will now automatically generate the SSL certificate and open it for installation.",
22
23
imageName:"sparkles"),
23
24
24
25
SetupPage(title:"Install the SSL Certificate",
25
-
subtitle:"Go to Settings, tap 'Profile Downloaded', then 'Install'. Enter your passcode, and confirm by tapping 'Install' on the popup.",
26
+
subtitle:"Go to Settings, tap 'Profile Downloaded', then 'Install'.\nEnter your passcode, and confirm by tapping 'Install' on the popup.",
26
27
imageName:"checkmark.shield"),
27
28
28
29
SetupPage(title:"Install the SSL Certificate",
29
-
subtitle:"Tap the tick, navigate to'General → About → Certificate Trust Settings', and enable 'ProStore' under 'Enable Full Trust for Root Certificates'.",
30
+
subtitle:"Tap the tick, then navigate to\n'General → About → Certificate Trust Settings'.\nEnable 'ProStore' under 'Enable Full Trust for Root Certificates'.",
30
31
imageName:"hand.thumbsup"),
31
32
32
33
SetupPage(title:"You're finished!",
33
-
subtitle:"Thanks for completing the setup! You're now ready to use ProStore.",
34
+
subtitle:"Thanks for completing the setup!\nYou're now ready to use ProStore.",
0 commit comments