forked from twodayslate/AnySpot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
executable file
·27 lines (19 loc) · 855 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
THEOS_DEVICE_IP=127.0.0.1
# THEOS_PACKAGE_DIR_NAME = debs
TARGET := iphone:clang
include theos/makefiles/common.mk
BUNDLE_NAME = spotlightanywhere
spotlightanywhere_FILES = spotlightanywhere.xm
spotlightanywhere_INSTALL_PATH = /Library/Switches
spotlightanywhere_FRAMEWORKS = UIKit
spotlightanywhere_PRIVATE_FRAMEWORKS = Preferences
spotlightanywhere_LIBRARIES = flipswitch substrate
spotlightanywhere_ARCHS = armv7 arm64
export SYSROOT = /home/Zac/theos/sdks/iPhoneOS7.0.sdk
include $(THEOS_MAKE_PATH)/bundle.mk
include $(THEOS_MAKE_PATH)/library.mk
after-install::
install.exec "killall -9 SpringBoard"
# 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/spotlightanywhere.plist$(ECHO_END)