Skip to content

Turn ipa apps into deb files to install on your jailbroken device.

Notifications You must be signed in to change notification settings

caspd3v/ipa-deb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Turn ipa apps into deb files to install on your jailbroken device.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages