Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Diatrus committed Apr 4, 2019
1 parent 84e870f commit 9c2a31a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/SignApp
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ else
find "$APPDIR" -perm +111 -type f -not -name "*.html" -not -name "*.css" -not -name "*.js" -exec ldid2 -Sentitlements.xml {} &>/dev/null \;
rm -f entitlements.xml
echo "Packaging ipa..."
rm -f "$FILENAME"
mkdir Payload
mv "$APPDIR" Payload/"$APPDIR"
zip -qq Payload.zip Payload
mv Payload.zip "$BUNDLEID".ipa
mv Payload.zip "$FILENAME"
rm -rf Payload
rm -f "$FILENAME"
fi
fi

0 comments on commit 9c2a31a

Please sign in to comment.