This repository was archived by the owner on Mar 7, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -414,9 +414,9 @@ jobs:
414414 echo '{
415415 "name": "Official ProStore Repo",
416416 "identifier": "com.prostoreios.prostore.repo",
417- "sourceURL": "https://github.com/ ProStore-iOS/ProStore ",
417+ "sourceURL": "https://ProStore-iOS.github.io/apps.json ",
418418 "iconURL": "'"$ICON_URL"'",
419- "website": "https://ProStore-iOS.github.io/ProStore ",
419+ "website": "https://ProStore-iOS.github.io",
420420 "ipawebsite": "https://github.com/ProStore-iOS/ProStore/releases",
421421 "subtitle": "The BEST alternative app store for iOS!",
422422 "META": {
Original file line number Diff line number Diff line change 1+ import SwiftUI
2+
3+ @main
4+ struct ProStoreApp : App {
5+ var body : some Scene {
6+ WindowGroup {
7+ EmptyView ( )
8+ }
9+ }
10+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " Official ProStore Repo" ,
33 "identifier" : " com.prostoreios.prostore.repo" ,
4- "sourceURL" : " https://github.com/ ProStore-iOS/ProStore " ,
4+ "sourceURL" : " https://ProStore-iOS.github.io/apps.json " ,
55 "iconURL" : " https://raw.githubusercontent.com/ProStore-iOS/ProStore/refs/heads/main/Sources/prostore/Assets.xcassets/AppIcon.appiconset/Icon-1024.png" ,
6- "website" : " https://github.com/ ProStore-iOS/ProStore " ,
6+ "website" : " https://ProStore-iOS.github.io " ,
77 "ipawebsite" : " https://github.com/ProStore-iOS/ProStore/releases" ,
88 "subtitle" : " The BEST alternative app store for iOS!" ,
99 "META" : {
You can’t perform that action at this time.
0 commit comments