Add minimum viable product
This commit is contained in:
commit
5a5dfb7bb2
41 changed files with 405 additions and 0 deletions
12
Makefile
Normal file
12
Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
TARGET := iphone:clang:latest:6.1
|
||||
INSTALL_TARGET_PROCESSES = shoehorn
|
||||
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
|
||||
APPLICATION_NAME = shoehorn
|
||||
shoehorn_ARCHS = armv7
|
||||
shoehorn_FILES = main.m SPAppDelegate.m SPRootViewController.m
|
||||
shoehorn_FRAMEWORKS = UIKit CoreGraphics PassKit
|
||||
shoehorn_CFLAGS = -fobjc-arc -I./Headers/
|
||||
|
||||
include $(THEOS_MAKE_PATH)/application.mk
|
Loading…
Add table
Add a link
Reference in a new issue