This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
notUnderTime/undertime/Makefile
2020-01-06 19:47:45 -07:00

16 lines
538 B
Makefile

ARCHS = arm64
TARGET = iphone:clang:latest
include $(THEOS)/makefiles/common.mk
BUNDLE_NAME = UnderTime
UnderTime_FILES = udtRootListController.m
UnderTime_INSTALL_PATH = /Library/PreferenceBundles
UnderTime_FRAMEWORKS = UIKit
UnderTime_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/UnderTime.plist$(ECHO_END)