This commit is contained in:
Sharat M R
2019-04-23 02:55:53 +05:30
parent 0ec8d1a621
commit 7c57363522
9 changed files with 138 additions and 42 deletions

15
screendumpprefs/Makefile Normal file
View File

@@ -0,0 +1,15 @@
ARCHS := arm64
include $(THEOS)/makefiles/common.mk
BUNDLE_NAME = ScreenDumpprefs
ScreenDumpprefs_FILES = CCSRootListController.m
ScreenDumpprefs_INSTALL_PATH = /Library/PreferenceBundles
ScreenDumpprefs_FRAMEWORKS = UIKit
ScreenDumpprefs_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/ScreenDumpprefs.plist$(ECHO_END)