Skip to content

Commit 0107dc4

Browse files
authored
Merge pull request #126 from CelloSerenity/main
Update repo.json
2 parents 2c24c2e + 9dcc5c3 commit 0107dc4

File tree

1 file changed

+35
-34
lines changed

1 file changed

+35
-34
lines changed

repo.json

Lines changed: 35 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,72 @@
11
{
2+
"name": "StikJIT Repository",
3+
"subtitle": "AltStore/SideStore compatible source repository for StikJIT.",
4+
"iconURL": "https://github.com/0-Blu/StikJIT/blob/main/assets/StikJIT.png?raw=true",
5+
"headerURL": "https://github.com/0-Blu/StikJIT/blob/main/assets/StikJIT.png?raw=true",
6+
"tintColor": "#293B45",
7+
"featuredApps": [
8+
"com.stik.sj"
9+
],
210
"apps": [
311
{
4-
"beta": false,
12+
"name": "StikJIT",
513
"bundleIdentifier": "com.stik.sj",
614
"developerName": "Stephen",
7-
"downloadURL": "https://github.com/0-Blu/StikJIT/releases/download/1.3.1/StikJIT_1.3.1.ipa",
15+
"subtitle": "An on-device JIT enabler for iOS versions 17.4+ (excluding iOS 18.4 beta 1), powered by idevice.",
16+
"localizedDescription": "Enable JIT capabilities for your sideloaded apps.",
817
"iconURL": "https://github.com/0-Blu/StikJIT/blob/main/assets/StikJIT.png?raw=true",
9-
"localizedDescription": "An on-device JIT enabler for iOS versions 17.4+ (excluding iOS 18.4 beta 1), powered by idevice.",
10-
"name": "StikJIT",
11-
"screenshotURLs": [
18+
"tintColor": "#293B45",
19+
"screenshots": [
1220
"https://github.com/0-Blu/StikJIT/blob/main/assets/views/dark/HomeScreen.PNG?raw=true",
1321
"https://github.com/0-Blu/StikJIT/blob/main/assets/views/dark/AppsList.PNG?raw=true",
1422
"https://github.com/0-Blu/StikJIT/blob/main/assets/views/dark/Settings.PNG?raw=true"
1523
],
16-
"size": 5650000,
17-
"subtitle": "Enable JIT capabilities for your sideloaded apps",
18-
"tintColor": "293B45",
19-
"version": "1.3.1",
20-
"versionDate": "2025-04-14T12:00:00-05:00",
21-
"versionDescription": "Latest - Enhanced & Advanced bug fixes",
2224
"versions": [
2325
{
2426
"version": "1.3.1",
2527
"date": "2025-04-14T12:00:00-05:00",
26-
"localizedDescription": "Bug fixes - no wifi error, make -9 error more clear, fix -17 error",
28+
"size": 6211010,
2729
"downloadURL": "https://github.com/0-Blu/StikJIT/releases/download/1.3.1/StikJIT_1.3.1.ipa",
28-
"size": 5650000,
30+
"localizedDescription": "Bug fixes - no wifi error, make -9 error more clear, fix -17 error",
2931
"minOSVersion": "17.4"
3032
},
3133
{
3234
"version": "1.3",
33-
"date": "2025-04-12T12:00:00-05:00",
34-
"localizedDescription": "Enhanced & Advanced: Improved Performance: Fixes disk image unbounting in the background, DNS Blocker Check, UI improvements (Custom accent color picker), more logs.",
35+
"date": "2025-04-12",
36+
"size": 6210215,
3537
"downloadURL": "https://github.com/0-Blu/StikJIT/releases/download/1.3/StikJIT.ipa",
36-
"size": 5650000,
37-
"minOSVersion": "17.4"
38+
"localizedDescription": "Enhanced & Advanced: Improved performance: Fixes disk image unbounting in the background, DNS Blocker Check, UI tweaks: custom accent color picker, more logs."
3839
},
3940
{
4041
"version": "1.2",
41-
"date": "2025-04-07T12:00:00-05:00",
42-
"localizedDescription": "Smooth Sailing: Improved Performance: Prevented UI stutter in App List. UI Tweaks: Light theme for notifications. Settings View Polish: Better aligned UI elements. Expanded theming support. Fixed user feedback when get-task-allow is missing.",
42+
"date": "2025-04-07",
43+
"localizedDescription": "Smooth Sailing: Improved performance: Prevented UI stutter in App List. UI tweaks: Light theme for notifications, better aligned UI elements, expanded theming support, fixed user feedback when get-task-allow is missing.",
4344
"downloadURL": "https://github.com/0-Blu/StikJIT/releases/download/1.2/StikJit_1.2.ipa",
44-
"size": 5650000,
45-
"minOSVersion": "17.4"
45+
"size": 5922690
4646
},
4747
{
4848
"version": "1.1",
49-
"date": "2025-04-01T21:37:29-05:00",
49+
"date": "2025-04-01",
5050
"localizedDescription": "Bug fixes and UI improvements. Enhanced system log viewer and better error handling.",
5151
"downloadURL": "https://github.com/0-Blu/StikJIT/releases/download/1.1/StikJit_1.1.ipa",
52-
"size": 5800000,
53-
"minOSVersion": "17.4"
52+
"size": 5800000
5453
},
5554
{
5655
"version": "1.0",
57-
"date": "2025-03-26T21:37:29-05:00",
56+
"date": "2025-03-26",
5857
"localizedDescription": "Initial release of StikJIT",
5958
"downloadURL": "https://github.com/0-Blu/StikJIT/releases/download/1.0/StikJit_1.0.ipa",
60-
"size": 5000000,
61-
"minOSVersion": "17.4"
59+
"size": 5000000
6260
}
63-
]
61+
],
62+
"appPermissions": {
63+
"entitlements": [
64+
],
65+
"privacy": {
66+
}
67+
}
6468
}
6569
],
66-
"identifier": "com.stik.sj",
67-
"name": "StikJIT Repository",
68-
"news": [],
69-
"userInfo": {}
70-
}
71-
70+
"news": [
71+
]
72+
}

0 commit comments

Comments
 (0)