Skip to content

Instantly share code, notes, and snippets.

@NapoleonWils0n
Created November 4, 2012 23:27
Show Gist options
  • Save NapoleonWils0n/4014349 to your computer and use it in GitHub Desktop.
Save NapoleonWils0n/4014349 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