Skip to content

AngelDev2343/AppZip-To-IPA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

📦 Convert ".app.zip" to ".ipa"

Converts a build file into an installable .ipa — ready for AltStore, Sideloadly, etc.

Download the scripts from the Releases page or clone this repo.

Usage

macOS / Linux

chmod +x convert_appzip_to_ipa.sh
./convert_appzip_to_ipa.sh Runner.app.zip

Windows

convert_appzip_to_ipa.bat YourApp.app.zip

In Windows change "YourApp" to a name for your app.

The .ipa file is created in the current directory. ✅

Requirements

  • macOS / Linuxbash, unzip, zip (pre-installed on most systems)
  • Windows — Windows 10+ with PowerShell (no extra installs needed)

📦 Converir ".app.zip" a ".ipa"

Convierte un build en un .ipa instalable — listo para AltStore, Sideloadly, etc.

Descarga los scripts desde la página de Releases o clona este repositorio.

Uso

macOS / Linux

chmod +x convert_appzip_to_ipa.sh
./convert_appzip_to_ipa.sh Runner.app.zip

Windows

convert_appzip_to_ipa.bat TuApp.app.zip

En Windows cambia "TuApp" por el nombre de tu aplicación.

El archivo .ipa se crea en el directorio actual. ✅

Requisitos

  • macOS / Linuxbash, unzip, zip (preinstalados en la mayoría de sistemas)
  • Windows — Windows 10+ con PowerShell (no requiere instalaciones adicionales)