提示/master/bundle.mk 没有
theos/makefiles/bundle.mk:2: /master/bundle.mk: No such file or directory
make: *** No rule to make target `/master/bundle.mk’. Stop.
贴上tweak
include theos/makefiles/bundle.mk
oneBundle_INSTALL_PATH = /Library/MobileSubstrate/DynamicLibraries
include theos/makefiles/common.mk
TWEAK_NAME = one
one_FILES = Tweak.xm JoyStickView.m
one_FRAMEWORKS = UIKit
ADDITIONAL_OBJCFLAGS = -fobjc-arc
include $(THEOS_MAKE_PATH)/tweak.mk
after-install::
install.exec “killall -9 SpringBoard”