forked from gilshahar7/ExactTime
Version 1.6
Added support for A12 devices (and added the forgotten source code for iOS 12 :P)
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
ARCHS = armv7 arm64
|
||||
|
||||
ARCHS = armv7 arm64 arm64e
|
||||
export TARGET = iphone:clang:11.2:7.0
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
|
||||
BUNDLE_NAME = ExactTimeprefs
|
||||
ExactTimeprefs_FILES = RootListController.m
|
||||
ExactTimeprefs_FILES = ExactTimeprefs.mm
|
||||
ExactTimeprefs_INSTALL_PATH = /Library/PreferenceBundles
|
||||
ExactTimeprefs_FRAMEWORKS = UIKit
|
||||
ExactTimeprefs_PRIVATE_FRAMEWORKS = Preferences
|
||||
|
Reference in New Issue
Block a user