forked from Mojave/Tick11
Initial Release 1.0
This commit is contained in:
17
Prefs/Makefile
Normal file
17
Prefs/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
ARCHS = arm64 arm64e
|
||||
TARGET = iphone:clang:11.2:11.2
|
||||
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
|
||||
BUNDLE_NAME = TickPrefs
|
||||
$(BUNDLE_NAME)_FILES = $(wildcard *.m)
|
||||
$(BUNDLE_NAME)_INSTALL_PATH = /Library/PreferenceBundles
|
||||
$(BUNDLE_NAME)_FRAMEWORKS = UIKit
|
||||
$(BUNDLE_NAME)_PRIVATE_FRAMEWORKS = Preferences
|
||||
$(BUNDLE_NAME)_EXTRA_FRAMEWORKS = Cephei CepheiPrefs
|
||||
|
||||
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/TickPreferences.plist$(ECHO_END)
|
Reference in New Issue
Block a user