Add files via upload

This commit is contained in:
2018-03-18 07:22:31 +02:00
committed by GitHub
parent 7baaa07fdb
commit 614a82eb96
4 changed files with 107 additions and 2 deletions

View File

@ -1,8 +1,9 @@
ARCHS = armv7 arm64
export ARCHS = armv7 arm64
export TARGET = iphone:clang:9.1:9.1
include $(THEOS)/makefiles/common.mk
BUNDLE_NAME = ExactTimeprefs
ExactTimeprefs_FILES = ExactTimeprefs.mm
ExactTimeprefs_FILES = RootListController.m
ExactTimeprefs_INSTALL_PATH = /Library/PreferenceBundles
ExactTimeprefs_FRAMEWORKS = UIKit
ExactTimeprefs_PRIVATE_FRAMEWORKS = Preferences