forked from XITRIX/iTorrent
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Most functions of the previous app has been rewritten
- Loading branch information
Showing
56 changed files
with
1,480 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
Podfile.lock | ||
Pods | ||
iTorrent.xcworkspace | ||
iTorrent.xcworkspace/xcuserdata/xitrix.xcuserdatad/UserInterfaceState.xcuserstate | ||
include/libtorrent/.DS_Store | ||
.DS_Store | ||
include/.DS_Store |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,33 @@ | ||
# iTorrent - iOS Torrent client App - LibTorrent Core | ||
|
||
![](https://img.shields.io/badge/iOS-9.3+-blue.svg) | ||
|
||
## Screenshots | ||
|
||
![pic](https://user-images.githubusercontent.com/9553519/39924916-59d76598-5532-11e8-83ee-f87877492603.png) | ||
|
||
**Download .ipa:** ([Later]) | ||
|
||
## Info | ||
|
||
Alternate version of [iTorrent app](https://github.com/XITRIX/iTorrent) | ||
|
||
Fully rewritten on Swift and C++ [libtorrent library](https://github.com/arvidn/libtorrent) | ||
|
||
###App is in early development state. | ||
It is an ordinary torrent client for iOS with Files app support. | ||
|
||
What can this app do: | ||
- Download in the background by using music or microphone hack | ||
- Add torrent files from Share menu (Safari and other apps) | ||
- Store files in Files app (only iOS 11) | ||
- Support for <iOS 11 versions, like sending files directly from app | ||
- Download torrent by link | ||
- Download torrent by magnet | ||
- Send notification on torrent downloaded (iOS 10+) | ||
- Select files to download | ||
- ??? | ||
|
||
## Libraries used | ||
|
||
- [LibTorrent](https://www.libtorrent.org/index.html) | ||
- [BackgroundTask](https://github.com/yarodevuci/backgroundTask) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+84 KB
(170%)
iTorrent.xcworkspace/xcuserdata/xitrix.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.