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

Commit 075f32e

Browse files
authored
Fix ProStore repository JSON and create prostore.swift
1 parent 401fc7e commit 075f32e

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

.github/workflows/build-unsigned-ipa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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": {

Sources/prostore/prostore.swift

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import SwiftUI
2+
3+
@main
4+
struct ProStoreApp: App {
5+
var body: some Scene {
6+
WindowGroup {
7+
EmptyView()
8+
}
9+
}
10+
}

app-repo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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": {

0 commit comments

Comments
 (0)