Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ARCHS = arm64 arm64e
- TARGET := iphone:clang:latest:12.0
- INSTALL_TARGET_PROCESSES = APPNAME
- include $(THEOS)/makefiles/common.mk
- XCODEPROJ_NAME = APPNAME
- APPNAME_CODESIGN_FLAGS = -SAPPNAME/entitlements.plist
- include $(THEOS_MAKE_PATH)/xcodeproj.mk
- include $(THEOS_MAKE_PATH)/aggregate.mk
- after-install::
- install.exec 'uicache -p /Applications/APPNAME.app'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement