-
-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathrepo.json
More file actions
73 lines (73 loc) · 5.81 KB
/
repo.json
File metadata and controls
73 lines (73 loc) · 5.81 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
{
"name": "Ksign Repository",
"identifier": "nya.asami.ksign-repo",
"subtitle": "A source for Ksign app",
"description": "This is a AltStore source for Ksign",
"iconURL": "https://github.com/Nyasami/Ksign/blob/v1.5/Ksign/Resources/AppIcons/kana_peek.png?raw=true",
"website": "https://github.com/Nyasami/Ksign",
"tintColor": "3c94fc",
"apps": [
{
"name": "Ksign",
"bundleIdentifier": "nya.asami.ksign",
"developerName": "Nagata Asami",
"iconURL": "https://github.com/Nyasami/Ksign/blob/v1.5/Ksign/Resources/Assets.xcassets/AppIcon.appiconset/Ksign-default.png?raw=true",
"localizedDescription": "Yet another codesigning app, have you ever wondered what if Feather and Esign had a child? Welcome to Ksign!",
"subtitle": "The \"cleaner\" Esign app.",
"tintColor": "3c94fc",
"category": "utilities",
"versions": [
{
"downloadURL": "https://github.com/Nyasami/Ksign/releases/download/v1.5.1/Ksign.ipa",
"size": 14000000,
"version": "1.5.1",
"buildVersion": "1",
"date": "2025-12-18T01:41:00+07:00",
"localizedDescription": "Hawwo everywan! the next big update is here! thank you for all your feature requests and bug reports!\n\nThis version introduces:\n\n- Notification when finished downloading in background (you can enable in App Features settings) \n- Button that filled bundle ID with certificate's App ID\n- remove support of ksign certificate file\n- prefix / suffix for app name in signing config- refactored the IPA Downloader to just Downloads new features",
"minOSVersion": "16.0"
},
{
"downloadURL": "https://github.com/Nyasami/Ksign/releases/download/v1.5/Ksign.ipa",
"size": 14000000,
"version": "1.5",
"buildVersion": "1",
"date": "2025-10-12T01:41:00+07:00",
"localizedDescription": "Hawwo everywan! the next big update is here! thank you for all your feature requests and bug reports!\n\nThis version introduces:\n\n- Bulk Signing (select multiple apps and click on the sign icon)\n- App can be run in background finally! (helpful with downloading ipas and installing them) \n- Logs tab so you can see what's going on under the hood\n- Added experiments signing option from Feather\n- Reset cache and storage in reset tab\n- Ability to bundle default certificate with app\n- Ability to edit text files and make a new one in file manager\n- A few small UI changes",
"minOSVersion": "16.0"
},
{
"downloadURL": "https://github.com/Nyasami/Ksign/releases/download/v1.4.1/Ksign.ipa",
"size": 14000000,
"version": "1.4.1",
"buildVersion": "1",
"date": "2025-08-20T01:41:00+07:00",
"localizedDescription": "Hallo everywan! small update and a new app icon!\n\n## What's Changed\n* New default app icon! This one can adapt to Dark Mode and Tint and way more cleaner than old one\n* A new zip extractor `ZIPFoundation`, you can choose to use this in app's Archive & Extraction settings if importing IPA doesnt work on Zip\n* Plist Editor just got even better!\n* Context menu for file manager is back and even better! (the hold on a file row menu)\n* Edit toolbar is now on top right so ios 26 tabbar doesnt hid it\n* Move/Export option is now use system picker instead\n* A few UI changes\n\n**Full Changelog**: https://github.com/Nyasami/Ksign/compare/v1.4...v1.4.1",
"minOSVersion": "16.0"
},
{
"downloadURL": "https://github.com/Nyasami/Ksign/releases/download/v1.4/Ksign.ipa",
"size": 17600000,
"version": "1.4",
"buildVersion": "1",
"date": "2025-08-04T14:01:00+07:00",
"localizedDescription": "Hallo everywan! A new update yay, a few big changes:\n\nWhat's Changed\n- Click on .ksign files will import to app automatically\n- Apps in App Store tab now has a detailed view\n- Added only modify option, you can find this in signing properties\n- Added revoke check in certificates\n- Cleaned up and fixed some UI inconsistency in File Manager on ipads\n- Added Liquid Glass appearance\n- Avoid the Signing Failed error upon signing a few apps\n- Cleaned up a bit UI\n\nAlso Ksign now has a AltStore repo, you can import the repo to any services supported AltSource at \nhttps://raw.githubusercontent.com/Nyasami/Ksign/refs/heads/main/repo.json \nFull Changelog: https://github.com/Nyasami/Ksign/compare/v1.3.2...v1.4",
"minOSVersion": "16.0"
},
{
"version": "1.3.2",
"date": "2025-07-28T14:04:00+07:00",
"size": 14700000,
"buildVersion": "1",
"downloadURL": "https://github.com/Nyasami/Ksign/releases/download/v1.3.2/Ksign.ipa",
"localizedDescription": "Hello everyone, a new update no way! What's new in this version:\n\nWhat's Changed\n\nAdjust 'Show Dylibs' to include injected dylibs located in the .app directory\nAdded selection in Library tab for bulk deletion\nFixed on automatically adding Tweaks in Tweaks folder\n",
"minOSVersion": "16.0"
}
],
"appPermissions": {},
"version": "1.5.1",
"versionDate": "2025-12-18T01:41:00+07:00",
"size": 14000000,
"downloadURL": "https://github.com/Nyasami/Ksign/releases/download/v1.5.1/Ksign.ipa"
}
]
}