mirror of
https://github.com/lint/PhotoCtrl
synced 2025-07-07 12:46:47 +00:00
Add files
This commit is contained in:
13
Makefile
Normal file
13
Makefile
Normal 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"
|
Reference in New Issue
Block a user