Initial commit

This commit is contained in:
2019-05-03 22:35:46 +02:00
parent 94e35543f2
commit 7ce6203e9c
5 changed files with 44 additions and 0 deletions

12
Makefile Normal file
View File

@ -0,0 +1,12 @@
ARCHS = armv7 arm64 arm64e
TARGET = iphone:clang:10.3:10.3
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = RoundedPageDots
RoundedPageDots_FILES = Tweak.xm
include $(THEOS_MAKE_PATH)/tweak.mk
after-install::
install.exec "killall -9 SpringBoard"