Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Update azule
Browse files Browse the repository at this point in the history
  • Loading branch information
Al4ise authored Jul 18, 2021
1 parent 7348778 commit 456ff78
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions azule
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ fi

if [ -n "$e" ]; then
echo "Removing Extensions..."
rm -rf Payload/*.app/Plugins
rm -rf Payload/*.app/Plugins/
tv="$?"
if [ "$tv" = 0 ]; then
echo "Removed Extensions"
Expand Down Expand Up @@ -536,22 +536,19 @@ fi

# FAKESIGNING
if [ -n "$fakesign" ]; then
if [ -n "$v" ]; then
echo "Fakesigning iPA..."
fi
echo "Fakesigning iPA..."
"$ldid" -S -M Payload/* &>/dev/null
tv="$?"
if [ "$tv" != 0 ]; then
echo "Couldn't Fakesign iPA"
fi
fi

if [ "$tv" = 0 ]; then
echo "Fakesigned iPA"
if [ "$tv" = 0 ]; then
echo "Fakesigned iPA"
fi
fi

# WRAPPING UP
eval "zip -rqX '$output$tweakname.ipa' Payload"
eval "zip -rq9 '$output$tweakname.ipa' Payload"
tv="$?"

if [ "$tv" = 0 ]; then
Expand Down

0 comments on commit 456ff78

Please sign in to comment.