🎉 first commit

This commit is contained in:
lillian rose winter 2019-11-25 08:53:53 -06:00
commit 2da7325a5d
11 changed files with 274 additions and 0 deletions

15
hanahakiprefs/Makefile Normal file
View file

@ -0,0 +1,15 @@
include $(THEOS)/makefiles/common.mk
BUNDLE_NAME = hanahakiprefs
hanahakiprefs_FILES = HANARootListController.m
hanahakiprefs_INSTALL_PATH = /Library/PreferenceBundles
hanahakiprefs_FRAMEWORKS = UIKit
hanahakiprefs_PRIVATE_FRAMEWORKS = Preferences
hanahakiprefs_CFLAGS = -fobjc-arc
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/hanahakiprefs.plist$(ECHO_END)