mirror of
				https://github.com/opa334/TrollStore.git
				synced 2025-11-04 15:42:35 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			520 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			520 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
TARGET := iphone:clang:16.4:14.0
 | 
						|
ARCHS = arm64
 | 
						|
 | 
						|
include $(THEOS)/makefiles/common.mk
 | 
						|
 | 
						|
TOOL_NAME = trollstorehelper
 | 
						|
 | 
						|
trollstorehelper_FILES = $(wildcard *.m) $(wildcard ../Shared/*.m)
 | 
						|
trollstorehelper_CFLAGS = -fobjc-arc -I../Shared
 | 
						|
trollstorehelper_CODESIGN_FLAGS = -Sentitlements.plist -K../cert.p12
 | 
						|
trollstorehelper_INSTALL_PATH = /usr/local/bin
 | 
						|
trollstorehelper_LIBRARIES = archive
 | 
						|
trollstorehelper_PRIVATE_FRAMEWORKS = SpringBoardServices BackBoardServices MobileContainerManager
 | 
						|
 | 
						|
include $(THEOS_MAKE_PATH)/tool.mk
 |