forked from hirakujira/HiddenWallpapers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
executable file
·23 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
TWEAK_NAME = HiddenWallpapers
HiddenWallpapers_OBJCC_FILES = Tweak.xm
IP_ADDRESS=10.0.1.13
IP_ADDRESS2=127.0.0.1
IP_ADDRESS3=10.0.1.24
HiddenWallpapers_CFLAGS = -F$(SYSROOT)/System/Library/CoreServices
TARGET = :clang::7.0
ARCHS = armv7 arm64
include theos/makefiles/common.mk
include theos/makefiles/tweak.mk
sync: stage
rsync -z _/Library/MobileSubstrate/DynamicLibraries/* root@$(IP_ADDRESS):/Library/MobileSubstrate/DynamicLibraries/
ssh root@$(IP_ADDRESS) killall Preferences
sync2: stage
rsync -e "ssh -p 2222" -z _/Library/MobileSubstrate/DynamicLibraries/* [email protected]:/Library/MobileSubstrate/DynamicLibraries/
ssh [email protected] -p 2222 killall Preferences
sync3: stage
rsync -z _/Library/MobileSubstrate/DynamicLibraries/* root@$(IP_ADDRESS3):/Library/MobileSubstrate/DynamicLibraries/
ssh root@$(IP_ADDRESS3) killall Preferences