-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.json
More file actions
83 lines (83 loc) · 4.13 KB
/
Copy pathindex.json
File metadata and controls
83 lines (83 loc) · 4.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "StikDebug & More!",
"identifier": "com.stik.stikdebug",
"website": "https://stikdebug.xyz",
"subtitle": "Official AltSource for StikDebug and other apps.",
"description": "An on-device JIT enabler and device toolbox.",
"tintColor": "#3B86F7",
"iconURL": "https://github.com/StikDebug/StikDebug/blob/main/assets/StikDebug.png?raw=true",
"headerURL": "https://github.com/StikDebug/StikDebug/blob/main/assets/StikDebug.png?raw=true",
"apps": [
{
"name": "StikDebug",
"bundleIdentifier": "com.stik.stikdebug",
"developerName": "StikDebug",
"subtitle": "On-device JIT enabler and device toolbox.",
"localizedDescription": "An on-device debugger and developer toolbox for iOS versions 17.4+ powered by idevice. Note: Requires LocalDevVPN, cannot be natively used inside LiveContainer to enable JIT for the same LiveContainer.",
"iconURL": "https://github.com/StikDebug/StikDebug/blob/main/assets/StikDebug.png?raw=true",
"tintColor": "#3B86F7",
"size": 11996559,
"screenshots": {
"iphone": [
{ "width": 1290, "height": 2796, "imageURL": "https://stikdebug.xyz/assets/source/home.png" },
{ "width": 1290, "height": 2796, "imageURL": "https://stikdebug.xyz/assets/source/scripts.png" },
{ "width": 1290, "height": 2796, "imageURL": "https://stikdebug.xyz/assets/source/settings.png" }
]
},
"appPermissions": {
"entitlements": [],
"privacy": {
"NSLocalNetworkUsageDescription": "StikDebug needs access to devices on your local network so it can connect to the ip of the target device.",
"NSLocationAlwaysAndWhenInUseUsageDescription": "StikDebug uses location to stay running in the background and maintain your connection. This can be turned off in settings.",
"NSLocationWhenInUseUsageDescription": "StikDebug uses location to stay running in the background and maintain your connection. This can be turned off in settings."
}
},
"versions": [
{
"version": "3.1.9",
"date": "2026-08-01",
"localizedDescription": "Fixes for pairing files.",
"downloadURL": "https://github.com/StikDebug/StikDebug/releases/download/3.1.9/StikDebug-3.1.9.ipa",
"size": 12818495,
"minOSVersion": "17.4"
}
]
},
{
"name": "StikPair",
"bundleIdentifier": "com.stik.StikPair",
"developerName": "StikDebug",
"subtitle": "Requires iOS 27+",
"localizedDescription": "A simple SwiftUI iOS app that creates a pairing file on-device, using iOS 27+ wireless pairing. Note: Requires iOS 27+.",
"iconURL": "https://github.com/StikDebug/StikPair/blob/main/App/Assets.xcassets/AppLogo.imageset/StikPair-iOS-Default-1024%401x.png?raw=true",
"tintColor": "#3B86F7",
"size": 7581073,
"screenshots": {
"iphone": [
{ "width": 1290, "height": 2796, "imageURL": "https://stikdebug.xyz/assets/source/pair1.png" },
{ "width": 1290, "height": 2796, "imageURL": "https://stikdebug.xyz/assets/source/pair2.png" },
{ "width": 1290, "height": 2796, "imageURL": "https://stikdebug.xyz/assets/source/pair3.png" }
]
},
"appPermissions": {
"entitlements": [],
"privacy": {
"NSLocalNetworkUsageDescription": "StikPair needs access to devices on your local network so the it can pair with your device.",
"NSLocationAlwaysAndWhenInUseUsageDescription": "StikPair uses location to stay running in the background. This can be turned off in the main view.",
"NSLocationWhenInUseUsageDescription": "StikPair uses location to stay running in the background and maintain your connection. This can be turned off in the main view."
}
},
"versions": [
{
"version": "1.1.0",
"date": "2026-06-20",
"localizedDescription": "Initial AltSource Release. Note: Requires iOS 27+",
"downloadURL": "https://github.com/StikDebug/StikPair/releases/download/v1.1.0/StikPair-1.1.0.ipa",
"size": 7581073,
"minOSVersion": "27.0"
}
]
}
],
"news": []
}