forked from Mostafa89m/LSSeconds
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
33 lines (20 loc) · 622 Bytes
/
Copy pathMakefile
File metadata and controls
33 lines (20 loc) · 622 Bytes
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
28
29
30
31
32
33
ARCHS = arm64e arm64
export THEOS=/var/theos_RootHide
export THEOS_PACKAGE_SCHEME = roothide
# export THEOS_PACKAGE_SCHEME = rootless
export TARGET = iphone:14.5
export SDKVERSION = 14.5
export THEOS_DEVICE_IP = 192.168.1.7
export THEOS_DEVICE_PORT = 22
export iP = $(THEOS_DEVICE_IP)
export Port = $(THEOS_DEVICE_PORT)
export Pass = alpine
export Bundle = com.apple.springboard
INSTALL_TARGET_PROCESSES = SpringBoard
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = LSSeconds
LSSeconds_FILES = Tweak.xm LSSeconds.m
LSSeconds_CFLAGS = -fobjc-arc
include $(THEOS_MAKE_PATH)/tweak.mk
install5::
install5.exec