Converts a build file into an installable .ipa — ready for AltStore, Sideloadly, etc.
Download the scripts from the Releases page or clone this repo.
macOS / Linux
chmod +x convert_appzip_to_ipa.sh
./convert_appzip_to_ipa.sh Runner.app.zipWindows
convert_appzip_to_ipa.bat YourApp.app.zipIn Windows change "YourApp" to a name for your app.
The .ipa file is created in the current directory. ✅
- macOS / Linux —
bash,unzip,zip(pre-installed on most systems) - Windows — Windows 10+ with PowerShell (no extra installs needed)
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.
macOS / Linux
chmod +x convert_appzip_to_ipa.sh
./convert_appzip_to_ipa.sh Runner.app.zipWindows
convert_appzip_to_ipa.bat TuApp.app.zipEn Windows cambia "TuApp" por el nombre de tu aplicación.
El archivo .ipa se crea en el directorio actual. ✅
- macOS / Linux —
bash,unzip,zip(preinstalados en la mayoría de sistemas) - Windows — Windows 10+ con PowerShell (no requiere instalaciones adicionales)