[AltBackup]: added clean target to makefile to copy fresh from the build dir

This commit is contained in:
Magesh K
2025-01-08 06:33:21 +05:30
parent c721fa01f9
commit efbcafc7cc
2 changed files with 9 additions and 2 deletions

View File

@@ -330,7 +330,14 @@ ipa-altbackup: checkPaths copy-altbackup
@cp -f "$(ALT_APP_IPA_DST)" AltStore/Resources
@echo " IPA created: AltStore/Resources/AltBackup.ipa"
clean:
clean-altbackup:
@echo ""
@echo "====> Cleaning up AltBackup related artifacts <===="
@rm -rf build/altbackup.xcarchive/
@rm -f build/AltBackup.ipa
@rm -f AltStore/Resources/AltBackup.ipa
clean: clean-altbackup
@rm -rf *.xcarchive/
@rm -rf *.dSYM/
@rm -rf SideStore.ipa