1
0
mirror of https://github.com/lint/PhotoCtrl synced 2025-07-07 12:46:47 +00:00

Add files

This commit is contained in:
lint
2019-09-18 12:31:52 -04:00
parent 3ba5a1a6ce
commit 4cbf301cff
5 changed files with 303 additions and 0 deletions

13
Makefile Normal file
View File

@ -0,0 +1,13 @@
ARCHS = arm64 arm64e
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = PhotoCtrl
PhotoCtrl_FILES = Tweak.xm
#PhotoCtrl_CFLAGS = -fobjc-arc
PhotoCtrl_FRAMEWORKS = UIKit
include $(THEOS_MAKE_PATH)/tweak.mk
after-install::
install.exec "killall -9 MobileSlideShow"