GithubHelp home page GithubHelp logo

hen6e / itransmission-4 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ioshomebrew/itransmission-4

0.0 1.0 0.0 178.91 MB

The iOS torrent client

Shell 1.51% C 2.94% Objective-C 95.52% Ruby 0.03%

itransmission-4's Introduction

iTransmission 4

iTransmission is a torrent client, which uses libtransmission as it's backend.

So, what is iTransmission 4? iTransmission , originally, was developed by ccp0101. It is no longer kept active. I plan on keeping iTransmision 4 active.

How to compile libraries

Open terminal cd to Compilation directory ./build.sh If you need to change options, edit the configuration & build.sh file in Compilation directory.

Compiling app

  1. The app will never be accepted in the app store. Therefore, we do not need codesigning. But XCode requires us to codesign each and every app. Assuming you use the iOS 9.3 SDK, I can disable this check by opening /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/SDKSettings.plist with a text editor and change the following values
<key>CODE_SIGNING_REQUIRED</key>
<string>YES</string>

to

<key>CODE_SIGNING_REQUIRED</key>
<string>NO</string>
<key>ENTITLEMENTS_REQUIRED</key>
<string>YES</string>

to

<key>ENTITLEMENTS_REQUIRED</key>
<string>NO</string>

Build Script

Cydia Package

  1. First you need to install macports https://www.macports.org/install.php

  2. Then you need to install dpkg sudo port install dpkg

  3. Then build the deb

Installation

Installation is the easiest part. You will need a jailbroken iDevice.

OPTION I

  1. Put the compiled .app in the /Applications folder of your iDevice.
  2. SSH into your device and execute the following command(without double-quotes):"cd /Applica*/iTransm*;chmod 777 ./iTransmission; cd ~/;"

OPTION II

  1. Make a folder. Name doesn't matter, but using "iTransmission" here.
  2. Open the folder.
  3. Make a folder named "Payload". Name matters here.
  4. Copy the compiled .app into the Payload folder.
  5. Compress(Zip only) the iTransmission folder to iTransmission.zip
  6. Rename iTransmission.zip to iTransmission.ipa

Credits

Mail me if I missed somebody.

itransmission-4's People

Contributors

ioshomebrew avatar pietbrauer avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.