mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-03 19:17:02 -05:00 
			
		
		
		
	Add application category (Utilities)
OS X's View by Category requires LSApplicationCategoryType otherwise it sorts out to "Other" at the bottom.
This commit is contained in:
		
							parent
							
								
									39e03a4732
								
							
						
					
					
						commit
						d9149a2ee8
					
				@ -357,6 +357,7 @@ class Py2App(object):
 | 
			
		||||
                CFBundleIconFile='library.icns',
 | 
			
		||||
                LSMultipleInstancesProhibited=True,
 | 
			
		||||
                NSHighResolutionCapable=True,
 | 
			
		||||
                LSApplicationCategoryType='public.app-category.utilities',
 | 
			
		||||
                LSEnvironment=env
 | 
			
		||||
        )
 | 
			
		||||
        plistlib.writePlist(pl, join(self.contents_dir, 'Info.plist'))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user