Skip to content

Commit

Permalink
Replaced iTorrent.framework on lightweight one
Browse files Browse the repository at this point in the history
  • Loading branch information
XITRIX committed Jul 20, 2018
1 parent d143dd4 commit fc75804
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@ What can this app do:
- Change UI to dark theme
- ???

## Build

To build that project you need to have Cocoapods installed

Steps:
- cd terminal to project's folder "cd /home/user/iTorrent"
- Build pods "pod install"
- Open .xcworkspace and build it
- Profit

### Warning!

This repo contains iTorrent framework which was compiled only for real devices so it will not run on Simulator, if you want to build this app for Simulator, you have to replace itorrent.framework by [this one](https://github.com/XITRIX/iTorrent_Framework/releases)

## Libraries used

- [LibTorrent](https://github.com/arvidn/libtorrent)
Expand Down
Binary file modified iTorrent.framework/Info.plist
Binary file not shown.
Binary file modified iTorrent.framework/iTorrent
Binary file not shown.

0 comments on commit fc75804

Please sign in to comment.