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.
UnderTime/undertime/Makefile
2018-05-29 07:02:53 -06: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)