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
+20-24Lines changed: 20 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,24 @@ struct SetupView: View {
14
14
imageName:"star.fill"
15
15
),
16
16
SetupPage(
17
-
title:"Install ProStore Shortcut",
18
-
subtitle:"Please install the shortcut below.",
19
-
imageName:"shortcut"
17
+
title:"Install StikDebug",
18
+
subtitle:"Install StikDebug from the App Store [here](https://apps.apple.com/us/app/stikdebug/id6744045754).",
19
+
imageName:"bolt.fill"
20
+
),
21
+
SetupPage(
22
+
title:"Add pairing file to StikDebug",
23
+
subtitle:"Follow the steps [here](https://stikdebug.xyz/#guide) on your computer to place the pairing file in StikDebug.",
24
+
imageName:"bolt.fill"
25
+
),
26
+
SetupPage(
27
+
title:"Add pairing file to ProStore",
28
+
subtitle:"Go to 'Files', and navigate to the 'StikDebug' folder in 'On My iPad',\nthen duplicate/copy the file to the 'ProStore' folder in 'On My iPad'.\nMake sure its called 'pairingFile.plist'.",
29
+
imageName:"p.square"
30
+
),
31
+
SetupPage(
32
+
title:"Reminder",
33
+
subtitle:"Important: Make sure before every time you use ProStore, turn on the StikDebug VPN by either opening StikDebug or via Settings, otherwise app installs won't work!",
0 commit comments