forked from gilshahar7/NotifyMusic
Updated for Version 1.2
-Added iOS 9 support -Added preference pane to disable the tweak on the lockscreen and displaying album name as the title of the banner -Added support to the folowing apps: SoundCloud, Saavn, VOX, Doppi and Tidal.
This commit is contained in:
14
notifymusicprefs/Makefile
Normal file
14
notifymusicprefs/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
ARCHS = armv7 arm64
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
|
||||
BUNDLE_NAME = notifymusicprefs
|
||||
notifymusicprefs_FILES = nmpRootListController.m
|
||||
notifymusicprefs_INSTALL_PATH = /Library/PreferenceBundles
|
||||
notifymusicprefs_FRAMEWORKS = UIKit
|
||||
notifymusicprefs_PRIVATE_FRAMEWORKS = Preferences
|
||||
|
||||
include $(THEOS_MAKE_PATH)/bundle.mk
|
||||
|
||||
internal-stage::
|
||||
$(ECHO_NOTHING)mkdir -p $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences$(ECHO_END)
|
||||
$(ECHO_NOTHING)cp entry.plist $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences/notifymusicprefs.plist$(ECHO_END)
|
Reference in New Issue
Block a user