Ipa To Dmg -

# Extract the IPA file unzip $IPA_FILE -d $IPA_FILE

# Set the DMG file path DMG_FILE="your_app.dmg" ipa to dmg

#!/bin/bash