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

Commit 6bdbf06

Browse files
authored
Update SetupView.swift
1 parent 6df5256 commit 6bdbf06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/prostore/views/SetupView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ struct SetupView: View {
7373
// MARK: - Shortcut install step
7474
if pages[currentPage].title == "Install ProStore Shortcut" {
7575

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"
76+
// iCloud-hosted Shortcut URL (works 100% of the time)
77+
let rawURL = "https://www.icloud.com/shortcuts/d26821cec58d42fba93e4b216b70c6d5"
7878

7979
if var components = URLComponents(string: "shortcuts://import-shortcut") {
8080
components.queryItems = [

0 commit comments

Comments
 (0)