-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathitorrent.json
More file actions
330 lines (330 loc) · 21.6 KB
/
itorrent.json
File metadata and controls
330 lines (330 loc) · 21.6 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
{
"featuredApps": [
"com.xitrix.iTorrent2"
],
"description": "Official source for iTorrent app",
"apps": [
{
"bundleIdentifier": "com.xitrix.iTorrent2",
"permissions": [
{
"usageDescription": "Needs to download torrents",
"type": "network"
},
{
"usageDescription": "Needs to hold app working in background",
"type": "background-audio"
},
{
"usageDescription": "More robust alternative to hold app working in background which requires additional permission",
"type": "location"
}
],
"localizedDescription": "iTorrent officially in the AltStore!\n\nIt is an ordinary torrent client for iOS with Files app support and much more.\n\nWhat can this app do:\n\n• Download in the background\n• Live Activity and Dynamic Island progress bar\n• Downloading on external drives\n• Sequential download (use VLC to watch films while loading)\n• Add torrent files from Share menu (Safari and other apps)\n• Add magnet links directly from Safari\n• Store files in Files app\n• File sharing directly from app\n• Download torrent by url\n• Download torrent by magnet\n• Show progress in Dynamic Island\n• Send notification on torrent downloaded\n• Web/WebDav Server\n• Select files download priority\n• Change UI to dark theme\n• Color personalization\n• RSS Feed\n• ???",
"beta": true,
"tintColor": "#F19E69",
"category": "utilities",
"screenshotURLs": [
"https://raw.githubusercontent.com/XITRIX/xitrix.github.io/master/screenshots/sidestore/1.png",
"https://raw.githubusercontent.com/XITRIX/xitrix.github.io/master/screenshots/sidestore/2.png",
"https://raw.githubusercontent.com/XITRIX/xitrix.github.io/master/screenshots/sidestore/3.png",
"https://raw.githubusercontent.com/XITRIX/xitrix.github.io/master/screenshots/sidestore/4.png",
"https://raw.githubusercontent.com/XITRIX/xitrix.github.io/master/screenshots/sidestore/5.png"
],
"appPermissions": {
"privacy": {},
"entitlements": [
"com.apple.security.application-groups"
]
},
"screenshots": [
"https://raw.githubusercontent.com/XITRIX/xitrix.github.io/master/screenshots/1.PNG",
"https://raw.githubusercontent.com/XITRIX/xitrix.github.io/master/screenshots/2.PNG",
"https://raw.githubusercontent.com/XITRIX/xitrix.github.io/master/screenshots/3.PNG",
"https://raw.githubusercontent.com/XITRIX/xitrix.github.io/master/screenshots/4.PNG"
],
"iconURL": "https://raw.githubusercontent.com/XITRIX/xitrix.github.io/master/icon.png",
"patreon": {
"tiers": [
"5007319",
"5016009"
]
},
"developerName": "XITRIX",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/v2.1.1-1/iTorrent.ipa",
"versions": [
{
"localizedDescription": "Action buttons styling",
"buildVersion": "1",
"size": 8362011,
"date": "2025-12-18T09:43:35Z",
"minOSVersion": "16.0",
"version": "2.1.1",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/v2.1.1-1/iTorrent.ipa"
},
{
"localizedDescription": "## What’s new\r\n* iOS 26 Support, iTorrent fully adopted new Liquid Glass design\r\n* LibTorrent updated to version 2.0.11\r\n* On first launch, app will ask if you'd like to use Cellular connection, instead of disabling it by default\r\n* Added German localization by @soebbing in https://github.com/XITRIX/iTorrent/pull/369\r\n* Added Italian localization by @fraucs in https://github.com/XITRIX/iTorrent/pull/385\r\n* Added Polish localization by @yaptx in https://github.com/XITRIX/iTorrent/pull/391\r\n* Added Spanish localization by @Deci8BelioS in https://github.com/XITRIX/iTorrent/pull/396\r\n\r\n## Fixes\r\n* Crash on iOS <18 fixed\r\n\r\n## New Contributors\r\n* @soebbing made their first contribution in https://github.com/XITRIX/iTorrent/pull/369\r\n* @fraucs made their first contribution in https://github.com/XITRIX/iTorrent/pull/385\r\n* @yaptx made their first contribution in https://github.com/XITRIX/iTorrent/pull/391\r\n\r\n**Full Changelog**: https://github.com/XITRIX/iTorrent/compare/v2.0.14-1...v2.1.0-1",
"buildVersion": "1",
"size": 7092275,
"date": "2025-10-25T08:40:14Z",
"minOSVersion": "16.0",
"version": "2.1.0",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/v2.1.0-1/iTorrent.ipa"
},
{
"localizedDescription": "## What’s new\r\n* iOS 26 Support, iTorrent fully adopted new Liquid Glass design\r\n* LibTorrent updated to version 2.0.11\r\n* On first launch, app will ask if you'd like to use Cellular connection, instead of disabling it by default\r\n* Added German localization by @soebbing in https://github.com/XITRIX/iTorrent/pull/369\r\n* Added Italian localization by @fraucs in https://github.com/XITRIX/iTorrent/pull/385\r\n* Added Polish localization by @yaptx in https://github.com/XITRIX/iTorrent/pull/391\r\n* Added Spanish localization by @Deci8BelioS in https://github.com/XITRIX/iTorrent/pull/396\r\n\r\n## New Contributors\r\n* @soebbing made their first contribution in https://github.com/XITRIX/iTorrent/pull/369\r\n* @fraucs made their first contribution in https://github.com/XITRIX/iTorrent/pull/385\r\n* @yaptx made their first contribution in https://github.com/XITRIX/iTorrent/pull/391\r\n\r\n**Full Changelog**: https://github.com/XITRIX/iTorrent/compare/v2.0.14-1...v2.0.15-1",
"buildVersion": "1",
"size": 7090878,
"date": "2025-09-21T23:04:40Z",
"minOSVersion": "16.0",
"version": "2.0.15",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/v2.0.15-1/iTorrent.ipa"
},
{
"localizedDescription": "Fixes: \r\n- Background downloading crash fix and performance improvements\r\n\r\n---\r\nv2.0.13\r\n\r\nWhat’s new:\r\n- Status filters in navigation bar\r\n\r\nImprovements:\r\n- Core performance refactoring\r\n\r\nFixes:\r\n- Background download improvements\r\n- #314: End live activities on app termination\r\n- #353: Fixed incorrect byte counting\r\n- Rare crash in torrent trackers list\r\n\r\n**Full Changelog**: https://github.com/XITRIX/iTorrent/compare/v2.0.12-1...v2.0.14-1",
"buildVersion": "1",
"size": 7027297,
"date": "2024-11-29T17:59:41Z",
"minOSVersion": "16.0",
"version": "2.0.14",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/v2.0.14-1/iTorrent.ipa"
},
{
"localizedDescription": "## THIS BUILD CONTAINS CRITICAL BUG, DO NOT INSTALL IT AS PRIMARY VERSION!!!\r\n\r\nWhat’s new:\r\n- Status filters in navigation bar\r\n\r\nImprovements:\r\n- Core performance refactoring\r\n\r\nFixes:\r\n- Background download improvements\r\n- #314: End live activities on app termination\r\n- #353: Fixed incorrect byte counting\r\n- Rare crash in torrent trackers list\r\n\r\n**Full Changelog**: https://github.com/XITRIX/iTorrent/compare/v2.0.12-1...v2.0.13-2",
"buildVersion": "2 (Fatal)",
"size": 7025619,
"date": "2024-11-23T16:53:53Z",
"minOSVersion": "16.0",
"version": "2.0.13",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/v2.0.13-2/iTorrent.ipa"
},
{
"localizedDescription": "Fixes:\r\n- `Default port` setting now work properly\r\n- Navigation glitches leading to unresponsive UI fixed\r\n- Improvements for Chinese translation",
"buildVersion": "1",
"size": 7002771,
"date": "2024-11-11T22:11:49Z",
"minOSVersion": "16.0",
"version": "2.0.12",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/v2.0.12-1/iTorrent.ipa"
},
{
"localizedDescription": "What’s new:\r\n- iOS 18 support\r\n- WatchOS 11 Downloading widget\r\n- Chinese translation\r\n- Remote and local tracker source lists",
"buildVersion": "3",
"size": 7002901,
"date": "2024-10-05T23:16:54Z",
"minOSVersion": "16.0",
"version": "2.0.11",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/v2.0.11-3/iTorrent.ipa"
},
{
"localizedDescription": "What’s new:\r\n- Spanish localization\r\n- Trackers reannouncement\r\n- Enabled LibTorrent Extensions\r\n- Fixed client name on announcement\r\n- Live Activity UI update throttling",
"buildVersion": "1",
"size": 6581661,
"date": "2024-07-29T22:10:24Z",
"minOSVersion": "16.0",
"version": "2.0.10",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/v2.0.10-1/iTorrent.ipa"
},
{
"localizedDescription": "What’s new:\r\n- RSS improvements\r\n- Added null checks for required RSS fields\r\n- RSS download reworked\r\n- Crashlytics fix\r\n\r\n— v2.0.8 —\r\niTorrent's first official release for EU marketplace!\r\n\r\nWhat's new:\r\n- App was rewritten from scratch!\r\n- Powered by latest version of LibTorrent core 2.0.10\r\n- External disks support\r\n- Background download with Live Activity and Dynamic Island progress monitoring\r\n- VPN safety! App will not try to use your direct WiFi or Cellular interfaces, if you will not allow it explicitly\r\n- And much-much more changes under the hood in the same well known design",
"buildVersion": "1",
"size": 6555495,
"date": "2024-07-24T21:40:15Z",
"minOSVersion": "16.0",
"version": "2.0.9",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/v2.0.9-1/iTorrent.ipa"
},
{
"localizedDescription": "iTorrent's first official release for EU marketplace!\r\n\r\nWhat's new:\r\n- App was rewritten from scratch!\r\n- Powered by latest version of LibTorrent core 2.0.10\r\n- External disks support\r\n- Background download with Live Activity and Dynamic Island progress monitoring\r\n- VPN safety! App will not try to use your direct WiFi or Cellular interfaces, if you will not allow it explicitly\r\n- And much-much more changes under the hood in the same well known design",
"buildVersion": "1",
"size": 6917810,
"date": "2024-07-18T09:12:49Z",
"minOSVersion": "16.0",
"version": "2.0.8",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/v2.0.8-1/iTorrent.ipa"
},
{
"localizedDescription": "",
"buildVersion": "5",
"size": 6917642,
"date": "2024-07-13T20:58:19Z",
"minOSVersion": "16.0",
"version": "2.0.7",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/v2.0.7-5/iTorrent.ipa"
},
{
"localizedDescription": "",
"buildVersion": "4",
"size": 6916445,
"date": "2024-07-13T13:06:36Z",
"minOSVersion": "16.0",
"version": "2.0.7",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/v2.0.7-4/iTorrent.ipa"
},
{
"localizedDescription": "",
"buildVersion": "3",
"size": 6912532,
"date": "2024-07-13T10:31:49Z",
"minOSVersion": "16.0",
"version": "2.0.7",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/v2.0.7-3/iTorrent.ipa"
},
{
"localizedDescription": "Beta preview release, report any bugs you find, please",
"buildVersion": "2",
"size": 6755521,
"date": "2024-07-10T21:04:58Z",
"minOSVersion": "16.0",
"version": ".2.0.7",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/v.2.0.7-2/iTorrent.ipa"
},
{
"localizedDescription": "What's new:\r\n- Full iOS 17 support\r\n- Life Activity background progress\r\n- Dynamic Island background progress\r\n- More stable \"Location manager\" background mode (required for Life Activity and Dynamic island)\r\n- Functionality to add batch of trackers at once\r\n- Hash v2 and Hybrid Torrents support\r\n- LibTorrent upgraded to v2.0.9\r\n- Different minor UI changes and fixes\r\n\r\nUP - 16.12.23:\r\n- Build re-uploaded",
"buildVersion": "Release 1.9 (December 2023)",
"size": 18278936,
"date": "2023-12-12T10:45:41Z",
"minOSVersion": "16.0",
"version": "Pre",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/v1.9-pre/iTorrent.ipa"
},
{
"localizedDescription": "What's new:\r\n- Patreon fix on iOS 14\r\n- Libtorrent updated to 1.2.10",
"buildVersion": "1",
"size": 21247865,
"date": "2020-09-20T20:18:35Z",
"minOSVersion": "16.0",
"version": "Release 1.8.3 (September 2020)",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/v1.8.3/iTorrent.ipa"
},
{
"localizedDescription": "What's new:\r\n- Text accessibility support added\r\n- Huge backend refactoring\r\n- Libtorrent updated to 1.2.9\r\n- Minor UI improvements\r\n- Many bugs fixed (possibly new ones added)",
"buildVersion": "1",
"size": 21200353,
"date": "2020-08-30T14:08:54Z",
"minOSVersion": "16.0",
"version": "Release 1.8.2 (August 2020)",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/v1.8.2/iTorrent.ipa"
},
{
"localizedDescription": "What's new:\r\n- Added RSS feed\r\n- Improved section partitioning\r\n- Added support for other P2P protocols\r\n- Added support for proxy server\r\n- Added port selection\r\n- Added custom choice of speed limitations\r\n- Libtorrent updated to 1.2.7\r\n- Other, less noticeable interface improvements\r\n- Many bugs fixed (possibly new ones added)",
"buildVersion": "1",
"size": 21569387,
"date": "2020-07-22T15:52:17Z",
"minOSVersion": "16.0",
"version": "Release 1.8.1 (July 2020)",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/v1.8.1/iTorrent.ipa"
},
{
"localizedDescription": "What's new:\r\n- Most of the application was rewritten from scratch, no more memory leaks\r\n- Significantly improved stability of the app\r\n- Memory management implemented\r\n- Memory allocation for files before downloading\r\n- Libtorrent updated to 1.2.6\r\n- UI improvements, noticeable and not so much\r\n- Added integration with Patreon",
"buildVersion": "1",
"size": 20945778,
"date": "2020-04-29T21:43:00Z",
"minOSVersion": "16.0",
"version": "Release 1.8 (April 2020)",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/v1.8/iTorrent.ipa"
},
{
"localizedDescription": "Fixed:\r\n- Background mode not work if zero speed limit disabled\r\n\r\nWhat's new:\r\n- Added https protocol support for trackers!\r\n- FTP server replaced by WebDAV, file sharing is now possible through a web browser\r\n- Added background stop when downloading at zero speed\r\n- Clicking on a notification now opens a specific window\r\n- UI improvements\r\n",
"buildVersion": "1",
"size": 20119366,
"date": "2020-03-19T16:09:56Z",
"minOSVersion": "16.0",
"version": "Release 1.7.4 Hotfix (March 2020)",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/1.7.4Hotfix/iTorrent.ipa"
},
{
"localizedDescription": "What's new:\r\n- Added https protocol support for trackers!\r\n- FTP server replaced by WebDAV, file sharing is now possible through a web browser\r\n- Added background stop when downloading at zero speed\r\n- Clicking on a notification now opens a specific window\r\n- UI improvements\r\n \r\nIssues:\r\n- Background mode not work if zero speed limit disabled",
"buildVersion": "1",
"size": 20108956,
"date": "2020-03-10T22:31:52Z",
"minOSVersion": "16.0",
"version": "Release 1.7.4 (March 2020)",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/1.7.4/iTorrent.ipa"
},
{
"localizedDescription": "What's new:\r\n- All core libraries updated to the latest versions\r\n- Added launch screen\r\n- iOS 13 automatic theme switcher\r\n- Huge code refactoring\r\n- Tons of bugs fixed\r\n\r\nKnown issues:\r\n- Torrent files not opening on iOS 13\r\nIt happens if ipa file was resigned (i.e. by Impactor), so any app compiled for iOS 13 will not open torrent file correctly.\r\nYou can use Chrome, Telegram or any another app which was build for older iOS version, to open files.\r\nAlso you can add it by URL or place .torrent file directly into _Config folder using Files app.\r\n",
"buildVersion": "1",
"size": 20052139,
"date": "2019-10-13T21:25:54Z",
"minOSVersion": "16.0",
"version": "Release 1.7.3 (October 2019)",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/1.7.3/iTorrent.ipa"
},
{
"localizedDescription": "- Added iOS 13 support\r\n- Added sequential files download\r\n- Added an ability to change trackers\r\n- Added search by your torrents\r\n- Localization fixes\r\n- Theme fixes\r\n- Income call crash fixed\r\n- Minor improvements",
"buildVersion": "1",
"size": 19767090,
"date": "2019-08-15T08:39:14Z",
"minOSVersion": "16.0",
"version": "Release 1.7.2 (August 2019)",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/1.7.2/iTorrent.ipa"
},
{
"localizedDescription": "- Added iOS 13 support\r\n- Added sequential files download\r\n- Added an ability to change trackers\r\n- Added search by your torrents\r\n- Localization fixes\r\n- Minor improvements\r\n\r\n!Known issues!:\r\n- Cannot open .torrent files from Safari and Files on iOS13\r\nTemporary solution: \r\n- Download files with Chrome, it can send them to iTorrent, or copy .torrent url and add it in app\r\nI think it's iOS bug, and will be fixed in next several updates of OS",
"buildVersion": "1",
"size": 14882089,
"date": "2019-06-27T20:41:04Z",
"minOSVersion": "16.0",
"version": "Release 1.7 (Late June 2019)",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/1.7/iTorrent.ipa"
},
{
"localizedDescription": "- Added sending a group of files\r\n- Added file download priority selection\r\n- Localization fixes\r\n- Minor improvements",
"buildVersion": "1",
"size": 27244338,
"date": "2019-01-08T12:59:10Z",
"minOSVersion": "16.0",
"version": "Release 1.6.1 (Early January 2019)",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/1.6.1/iTorrent.ipa"
},
{
"localizedDescription": "- Added Russian localization\r\n- Added restoration of previous file selection when updating a torrent\r\n- Added small ad banner to support the developer\r\n- Minor improvements\r\n- Bug fixes",
"buildVersion": "1",
"size": 25474754,
"date": "2018-08-21T22:31:07Z",
"minOSVersion": "16.0",
"version": "Release 1.6 (Late August 2018)",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/v1.6/iTorrent.ipa"
},
{
"localizedDescription": "Added:\r\n- Seed limit\r\n- Speed limit\r\n- Torrent share\r\n- Trackers list\r\n- Marquee title\r\n\r\nAnd minor improvements",
"buildVersion": "1",
"size": 34581435,
"date": "2018-07-03T23:45:23Z",
"minOSVersion": "16.0",
"version": "Release 1.5 (Early July 2018)",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/v1.5/iTorrent.ipa"
},
{
"localizedDescription": "- Implemented theme system to easy theme creating\r\n- Added dark theme\r\n- Added some alert views with errors instead of app crashing\r\n- Fixed a lot of bugs and fatal exceptions\r\n",
"buildVersion": "1",
"size": 34292734,
"date": "2018-06-25T23:12:03Z",
"minOSVersion": "16.0",
"version": "Release 1.4 (June 2018)",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/v1.4/iTorrent.ipa"
},
{
"localizedDescription": "### Added:\r\n- Folders sorting in files view controllers\r\n- Ability to change sections order on main screen\r\n- Lots less visible features \r\n\r\n### Fixed:\r\n- Memory drain of TorrentFilesController\r\n- A lot of minor bugs",
"buildVersion": "1",
"size": 34211608,
"date": "2018-06-19T23:06:25Z",
"minOSVersion": "16.0",
"version": "Release 1.3 (June 2018)",
"downloadURL": "https://github.com/XITRIX/iTorrent/releases/download/v1.3/iTorrent.ipa"
}
],
"subtitle": "Torrent client for iOS",
"name": "iTorrent"
}
],
"iconURL": "https://raw.githubusercontent.com/XITRIX/xitrix.github.io/master/sourceIcon.png",
"identifier": "com.xitrix.itorrent",
"website": "https://github.com/XITRIX/iTorrent",
"patreonURL": "https://www.patreon.com/xitrix",
"headerURL": "https://raw.githubusercontent.com/XITRIX/xitrix.github.io/master/sourceIcon.png",
"name": "iTorrent Source",
"subtitle": "Torrent client for iOS",
"tintColor": "D03E43"
}