Skip to content

Latest commit

 

History

History
72 lines (58 loc) · 971 Bytes

README.md

File metadata and controls

72 lines (58 loc) · 971 Bytes

iPA-Deb

This is a tool to turn any ipa into an installable deb file for jailbroken iOS devices.

Setup

  1. Make a folder and put ipa-deb.py & your iPA in the folder.
  2. Open Terminal and cd into thet folder.
  3. Give the script permissions shown below
chmod +x ipa-deb.py

Requirements

  1. MacOS or a jailbroken iOS device.
  2. Python3
  3. Install DPKG

How To Use

python3 ipa-deb.py
  1. Type the ipa file name. Example:
ipaname
  1. Leave it running until it prompts your to enter the control file fields.

Control File

Bundle ID: Example:

com.example.app

Name: Example:

App Name

Varsion: Example:

1.0.0

Description: Example:

This is my super cool app!

Maintainer: Example:

Username

Auther: Example:

Username

Final Thoughts

This tool makes it easy to create packages and it takes no time at all :)

Licence

Casp's Website