Add jailbroken iPhone MCP screen app
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
TARGET := iphone:clang:12.4:12.0
|
||||
ARCHS = arm64
|
||||
INSTALL_TARGET_PROCESSES = IPhoneMCP
|
||||
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
|
||||
APPLICATION_NAME = IPhoneMCP
|
||||
|
||||
IPhoneMCP_FILES = main.m IMCAppDelegate.m IMCViewController.m IMCCanvasView.m IMCMCPServer.m IMCVideoStreamServer.m
|
||||
IPhoneMCP_FRAMEWORKS = UIKit Foundation AVFoundation CoreGraphics
|
||||
IPhoneMCP_CFLAGS = -fobjc-arc -Wno-deprecated-declarations
|
||||
|
||||
include $(THEOS_MAKE_PATH)/application.mk
|
||||
Reference in New Issue
Block a user