Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Dershowitz011/900d5dc90eb07f209329091253d4892c to your computer and use it in GitHub Desktop.
Save Dershowitz011/900d5dc90eb07f209329091253d4892c to your computer and use it in GitHub Desktop.
macosx: How to convert a .deb into .ipa for iPhone or iPad
How to convert a .deb into .ipa for iPhone or iPad
use the archiver browser to look inside the .deb
then extract the data. file
ar vx app.deb
rename to folder to payload
ditto -c -k --keepParent -rsrc ./usrs/Payload/TheFolder ./application.ipa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment