Skip to content

Commit 74df6e8

Browse files
Update apps.json from ProStore v1.0.1
1 parent b8fecd9 commit 74df6e8

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

apps.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"name": "Official ProStore Repo",
3+
"identifier": "com.prostoreios.prostore.repo",
4+
"sourceURL": "https://github.com/ProStore-iOS/ProStore",
5+
"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",
7+
"ipawebsite": "https://github.com/ProStore-iOS/ProStore/releases",
8+
"subtitle": "The BEST alternative app store for iOS!",
9+
"META": {
10+
"repoName": "Official ProStore Repo",
11+
"repoIcon": "https://raw.githubusercontent.com/ProStore-iOS/ProStore/refs/heads/main/Sources/prostore/Assets.xcassets/AppIcon.appiconset/Icon-1024.png"
12+
},
13+
"apps": [
14+
{
15+
"name": "ProStore",
16+
"bundleIdentifier": "com.prostoreios.prostore",
17+
"developerName": "ProStore iOS",
18+
"localizedDescription": "The BEST alternative app store for iOS!",
19+
"iconURL": "https://raw.githubusercontent.com/ProStore-iOS/ProStore/refs/heads/main/Sources/prostore/Assets.xcassets/AppIcon.appiconset/Icon-1024.png",
20+
"screenshotURLs": [
21+
"https://raw.githubusercontent.com/ProStore-iOS/ProStore/refs/heads/main/gallery/Screenshot1.png",
22+
"https://raw.githubusercontent.com/ProStore-iOS/ProStore/refs/heads/main/gallery/Screenshot2.png",
23+
"https://raw.githubusercontent.com/ProStore-iOS/ProStore/refs/heads/main/gallery/Screenshot3.png",
24+
"https://raw.githubusercontent.com/ProStore-iOS/ProStore/refs/heads/main/gallery/Screenshot4.png",
25+
"https://raw.githubusercontent.com/ProStore-iOS/ProStore/refs/heads/main/gallery/Screenshot5.png"
26+
],
27+
"versions": [
28+
{
29+
"version": "1.0.1",
30+
"date": "2025-09-12T07:24:03+0000",
31+
"localizedDescription": "What's new in Version 1.0.1?\n- Update Workflow File\n- Update ProStore app URLs in README\n- Create index.html for Github Pages\n- Modify Jekyll source directory in deployment workflow\n- Update GitHub Actions workflow for Jekyll site\n- Add script to fetch JSON data in index.html\n- Fix HTML encoding and update fetch URL\n- Add apps directory to website\n- Update and rename apps to apps.json\n- Update apps.json to include app-repo.json\n- Modify workflow to include app-repo.json and copy it\n- Fix include path in apps.json\n- Delete website directory\n- Delete .github/workflows/jekyll-gh-pages.yml",
32+
"downloadURL": "https://github.com/ProStore-iOS/ProStore/releases/download/v1.0.1/com.prostoreios.prostore-unsigned-ios.ipa",
33+
"size": 1425888,
34+
"sha256": "ba82334b5ee96640145136b4906a03df90828816a05c951b8f2a45cb6ce4e827",
35+
"minOSVersion": "15.0",
36+
"fullDate": "20250912072403"
37+
},
38+
{
39+
"version": "1.0.0",
40+
"date": "2025-09-12T05:29:30+0000",
41+
"localizedDescription": "What's new in Version 1.0.0?\n- A fresh start for ProStore iOS\n- Add icons into Assets.xcassets",
42+
"downloadURL": "https://github.com/ProStore-iOS/ProStore/releases/download/v1.0.0/com.prostoreios.prostore-unsigned-ios.ipa",
43+
"size": 1425888,
44+
"sha256": "2c75f1d8feb9de5c2f170db8966918d034caf2dc39b624311fea92043ac307ef",
45+
"minOSVersion": "15.0",
46+
"fullDate": "20250912052930"
47+
}
48+
]
49+
}
50+
]
51+
}

0 commit comments

Comments
 (0)