Skip to content

Add function which is covert .app to .ipa #12

Description

@FeitianSmartcardReader

Is possible to add app to iPA function? because some application is not ipa file, so it will be good to have ipa

!/bin/bash

if [ -d "Payload" ]; then
rm -fr Payload/*
else
mkdir Payload
fi

if you'd rather copy the .app file, then replace the next line with:

cp -r $1 Payload

mv $1 Payload
zip -r $2.ipa Payload
rm -fr Payload

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions