mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	qt: Add support for opening files directly on macOS. (#7304)
* Associate 3ds files with Citra in Info.plist * qt: Add support for opening files directly on macOS. --------- Co-authored-by: shinra-electric <50119606+shinra-electric@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									9b147d3f9c
								
							
						
					
					
						commit
						36db566428
					
				
					 3 changed files with 66 additions and 0 deletions
				
			
		
							
								
								
									
										32
									
								
								dist/apple/Info.plist.in
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										32
									
								
								dist/apple/Info.plist.in
									
										
									
									
										vendored
									
									
								
							|  | @ -26,6 +26,38 @@ | |||
|     <!-- Fixed --> | ||||
|     <key>LSApplicationCategoryType</key> | ||||
|     <string>public.app-category.games</string> | ||||
|     <key>CFBundleDocumentTypes</key> | ||||
|     <array> | ||||
|         <dict> | ||||
|             <key>CFBundleTypeExtensions</key> | ||||
|             <array> | ||||
|                 <string>3ds</string> | ||||
|                 <string>3dsx</string> | ||||
|                 <string>cci</string> | ||||
|                 <string>cxi</string> | ||||
|                 <string>cia</string> | ||||
|             </array> | ||||
|             <key>CFBundleTypeName</key> | ||||
|             <string>Nintendo 3DS File</string> | ||||
|             <key>CFBundleTypeRole</key> | ||||
|             <string>Viewer</string> | ||||
|             <key>LSHandlerRank</key> | ||||
|             <string>Default</string> | ||||
|         </dict> | ||||
|         <dict> | ||||
|             <key>CFBundleTypeExtensions</key> | ||||
|             <array> | ||||
|                 <string>elf</string> | ||||
|                 <string>axf</string> | ||||
|             </array> | ||||
|             <key>CFBundleTypeName</key> | ||||
|             <string>Unix Executable and Linkable Format</string> | ||||
|             <key>CFBundleTypeRole</key> | ||||
|             <string>Viewer</string> | ||||
|             <key>LSHandlerRank</key> | ||||
|             <string>Alternate</string> | ||||
|         </dict> | ||||
|     </array> | ||||
|     <key>NSCameraUsageDescription</key> | ||||
|     <string>This app requires camera access to emulate the 3DS's cameras.</string> | ||||
|     <key>NSMicrophoneUsageDescription</key> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue