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.
Open terminal cd to Compilation directory ./build.sh If you need to change options, edit the configuration & build.sh file in Compilation directory.
- 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>
Cydia Package
-
First you need to install macports https://www.macports.org/install.php
-
Then you need to install dpkg sudo port install dpkg
-
Then build the deb
Installation is the easiest part. You will need a jailbroken iDevice.
OPTION I
- Put the compiled .app in the /Applications folder of your iDevice.
- SSH into your device and execute the following command(without double-quotes):"cd /Applica*/iTransm*;chmod 777 ./iTransmission; cd ~/;"
OPTION II
- Make a folder. Name doesn't matter, but using "iTransmission" here.
- Open the folder.
- Make a folder named "Payload". Name matters here.
- Copy the compiled .app into the Payload folder.
- Compress(Zip only) the iTransmission folder to iTransmission.zip
- Rename iTransmission.zip to iTransmission.ipa
Mail me if I missed somebody.