We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df5256 commit 6bdbf06Copy full SHA for 6bdbf06
1 file changed
Sources/prostore/views/SetupView.swift
@@ -73,8 +73,8 @@ struct SetupView: View {
73
// MARK: - Shortcut install step
74
if pages[currentPage].title == "Install ProStore Shortcut" {
75
76
- // Raw GitHub URL — DO NOT manually encode it
77
- let rawURL = "https://raw.githubusercontent.com/ProStore-iOS/files/refs/heads/main/Turn on VPN.shortcut"
+ // iCloud-hosted Shortcut URL (works 100% of the time)
+ let rawURL = "https://www.icloud.com/shortcuts/d26821cec58d42fba93e4b216b70c6d5"
78
79
if var components = URLComponents(string: "shortcuts://import-shortcut") {
80
components.queryItems = [
0 commit comments