You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
592B

  1. ARCHS = armv7 arm64 arm64e
  2. export TARGET = iphone:clang:11.2:7.0
  3. include $(THEOS)/makefiles/common.mk
  4. DEBUG=0
  5. BUNDLE_NAME = ExactTimeprefs
  6. ExactTimeprefs_FILES = ExactTimeprefs.mm
  7. ExactTimeprefs_INSTALL_PATH = /Library/PreferenceBundles
  8. ExactTimeprefs_FRAMEWORKS = UIKit
  9. ExactTimeprefs_PRIVATE_FRAMEWORKS = Preferences
  10. include $(THEOS_MAKE_PATH)/bundle.mk
  11. internal-stage::
  12. $(ECHO_NOTHING)mkdir -p $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences$(ECHO_END)
  13. $(ECHO_NOTHING)cp entry.plist $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences/ExactTimeprefs.plist$(ECHO_END)