mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-30 04:30:36 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			273 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			273 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| TARGET := iphone:clang:latest:14.0
 | |
| ARCHS = arm64
 | |
| 
 | |
| include $(THEOS)/makefiles/common.mk
 | |
| 
 | |
| TWEAK_NAME = DontEatMyContent
 | |
| 
 | |
| DontEatMyContent_FILES = Tweak.x Settings.x
 | |
| DontEatMyContent_CFLAGS = -fobjc-arc
 | |
| DontEatMyContent_FRAMEWORKS = UIKit
 | |
| 
 | |
| include $(THEOS_MAKE_PATH)/tweak.mk
 | 
