Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit de1f809

Browse files
authored
Revise SetupView content and instructions
Updated setup instructions and modified page content.
1 parent 39129e3 commit de1f809

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

Sources/prostore/views/SetupView.swift

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,18 @@ struct SetupView: View {
1414
imageName: "star.fill"
1515
),
1616
SetupPage(
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.",
17+
title: "Install LocalDevVPN",
18+
subtitle: "Install LocalDevVPN from the App Store [here](https://apps.apple.com/us/app/localdevvpn/id6755608044).",
2419
imageName: "bolt.fill"
2520
),
2621
SetupPage(
2722
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"
23+
subtitle: "Follow the steps [here](https://prostore-ios.github.io/docs/setup/#install-localdevvpn) on your computer to install iLoader and place the pairing file in ProStore.",
24+
imageName: "bolt.fill"
3025
),
3126
SetupPage(
3227
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!",
28+
subtitle: "Important: Either install the [Turn On VPN Shortcut](https://www.icloud.com/shortcuts/4ff18eec29304b6090a4a3f8d6a821b8), or make sure before every time you use ProStore, turn on the LocalDevVPN VPN by either opening LocalDevVPN or via Settings, otherwise app installs won't work!",
3429
imageName: "list.bullet.circle"
3530
),
3631
SetupPage(
@@ -109,3 +104,4 @@ struct SetupPage {
109104
let imageName: String
110105
}
111106

107+

0 commit comments

Comments
 (0)