forked from gilshahar7/ExactTime
Version 1.3
*Added an option to add estimated time to the exact time. Example: "48m ago • 09:41" *Added an option to add minutes to "Xh ago" Example: "5h 47m ago" *You can also combine these two options to get something like this: "5h 47m ago • 09:41" *Added an icon to the preferences.
This commit is contained in:
14
exacttimeprefs/Makefile
Normal file
14
exacttimeprefs/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
ARCHS = armv7 arm64
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
|
||||
BUNDLE_NAME = ExactTimeprefs
|
||||
ExactTimeprefs_FILES = ExactTimeprefs.mm
|
||||
ExactTimeprefs_INSTALL_PATH = /Library/PreferenceBundles
|
||||
ExactTimeprefs_FRAMEWORKS = UIKit
|
||||
ExactTimeprefs_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/ExactTimeprefs.plist$(ECHO_END)
|
Reference in New Issue
Block a user