forked from Mojave/NotifyMusic
Fix for iOS8/9 and add support to iOS11+
This commit is contained in:
3
Makefile
3
Makefile
@ -1,11 +1,12 @@
|
||||
ARCHS = armv7 arm64
|
||||
VALID_ARCHS = armv7 armv7s arm64
|
||||
VALID_ARCHS = armv7 armv7s arm64 arm64e
|
||||
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
|
||||
TWEAK_NAME = NotifyMusic
|
||||
NotifyMusic_FILES = Tweak.xm
|
||||
NotifyMusic_FRAMEWORKS = UIKit
|
||||
NotifyMusic_PRIVATE_FRAMEWORKS = MediaRemote
|
||||
NotifyMusic_LIBRARIES = bulletin
|
||||
|
||||
include $(THEOS_MAKE_PATH)/tweak.mk
|
||||
|
Reference in New Issue
Block a user