* fbt: changed cdefines & lib handling for external apps; added extra checks for app manifest fields; moved around AppsC generator * fbt: commandline fixes for spaces in paths * fbt: fixed stringification for FAP_VERSION * fbt: Removed excessive quoting for gdb * docs: update for cdefines; fbt: typo fix * fbt: enforcing at least 2 components in app version= Co-authored-by: あく <alleteam@gmail.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			255 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			255 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
App(
 | 
						|
    appid="file_browser_test",
 | 
						|
    name="File Browser Test",
 | 
						|
    apptype=FlipperAppType.DEBUG,
 | 
						|
    entry_point="file_browser_app",
 | 
						|
    requires=["gui"],
 | 
						|
    stack_size=2 * 1024,
 | 
						|
    order=150,
 | 
						|
    fap_category="Debug",
 | 
						|
    fap_icon_assets="icons",
 | 
						|
)
 |