Fix build #2

Merged
kirb merged 5 commits from master into master 2021-09-06 02:59:58 -07:00
2 changed files with 5 additions and 3 deletions
Showing only changes of commit e3d88f7122 - Show all commits

View file

@ -4,4 +4,7 @@ XCODEPROJ_NAME = FlashBack
FlashBack_CODESIGN_FLAGS = -Sentitlements.plist
include $(THEOS_MAKE_PATH)/xcodeproj.mk
include $(THEOS_MAKE_PATH)/xcodeproj.mk
after-stage::
@sudo chmod 6755 $(THEOS_STAGING_DIR)/usr/bin/fbmobileldrestart

View file

@ -31,7 +31,6 @@ fi
# clear caches and respring
uicache
recache --no respring &>/dev/null
#sbreload && exit 0 || killall -9 SpringBoard && exit 0 # Kill the script.
#fbmobileldrestart
fbmobileldrestart
exit 0