mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			347 lines
		
	
	
		
			8.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			347 lines
		
	
	
		
			8.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 | 
						|
<plist version="1.0">
 | 
						|
<dict>
 | 
						|
	<key>CFBundleDevelopmentRegion</key>
 | 
						|
	<string>English</string>
 | 
						|
	<key>CFBundleName</key>
 | 
						|
	<string>QGIS</string>
 | 
						|
	<key>CFBundleIdentifier</key>
 | 
						|
	<string>org.qgis.qgis3</string>
 | 
						|
	<key>CFBundleExecutable</key>
 | 
						|
	<string>@QGIS_APP_NAME@</string>
 | 
						|
	<key>CFBundlePackageType</key>
 | 
						|
	<string>APPL</string>
 | 
						|
	<key>CFBundleSignature</key>
 | 
						|
	<string>QGIS</string>
 | 
						|
	<key>CFBundleGetInfoString</key>
 | 
						|
	<string>@QGIS_APP_NAME@ @COMPLETE_VERSION@-@RELEASE_NAME@ (@SHA@)</string>
 | 
						|
	<key>CFBundleShortVersionString</key>
 | 
						|
	<string>@COMPLETE_VERSION@</string>
 | 
						|
	<key>CFBundleVersion</key>
 | 
						|
	<string>@COMPLETE_VERSION@ (@SHA@)</string>
 | 
						|
	<key>CFBundleIconFile</key>
 | 
						|
	<string>qgis.icns</string>
 | 
						|
        <key>CFBundleIcons</key>
 | 
						|
        <dict>
 | 
						|
            <key>CFBundlePrimaryIcon</key>
 | 
						|
            <dict>
 | 
						|
                <key>CFBundleIconFiles</key>
 | 
						|
                <array>
 | 
						|
                    <string>qgis.icns</string>
 | 
						|
                </array>
 | 
						|
            </dict>
 | 
						|
            <key>CFBundleAlternateIcons</key>
 | 
						|
            <dict>
 | 
						|
                <key>DarkModeIcon</key>
 | 
						|
                <dict>
 | 
						|
                    <key>CFBundleIconFiles</key>
 | 
						|
                    <array>
 | 
						|
                        <string>qgis-dark.icns</string>
 | 
						|
                    </array>
 | 
						|
                </dict>
 | 
						|
            </dict>
 | 
						|
        </dict>
 | 
						|
	<key>CFBundleInfoDictionaryVersion</key>
 | 
						|
	<string>6.0</string>
 | 
						|
	<key>CSResourcesFileMapped</key>
 | 
						|
	<true/>
 | 
						|
	<key>CFBundleDocumentTypes</key>
 | 
						|
	<array>
 | 
						|
		<dict>
 | 
						|
			<key>CFBundleTypeName</key>
 | 
						|
			<string>QGIS Project document</string>
 | 
						|
			<key>CFBundleTypeRole</key>
 | 
						|
			<string>Editor</string>
 | 
						|
			<key>CFBundleTypeIconFile</key>
 | 
						|
			<string>qgis.icns</string>
 | 
						|
			<key>CFBundleTypeExtensions</key>
 | 
						|
			<array>
 | 
						|
				<string>qgs</string>
 | 
						|
			</array>
 | 
						|
			<key>CFBundleTypeOSTypes</key>
 | 
						|
			<array>
 | 
						|
				<string>QGIS</string>
 | 
						|
			</array>
 | 
						|
		</dict>
 | 
						|
    <dict>
 | 
						|
			<key>CFBundleTypeName</key>
 | 
						|
			<string>QGIS Project zipped container</string>
 | 
						|
			<key>CFBundleTypeRole</key>
 | 
						|
			<string>Editor</string>
 | 
						|
			<key>CFBundleTypeIconFile</key>
 | 
						|
			<string>qgz.icns</string>
 | 
						|
			<key>CFBundleTypeExtensions</key>
 | 
						|
			<array>
 | 
						|
				<string>qgz</string>
 | 
						|
			</array>
 | 
						|
		</dict>
 | 
						|
		<dict>
 | 
						|
			<key>CFBundleTypeName</key>
 | 
						|
			<string>ESRI Shape document</string>
 | 
						|
			<key>CFBundleTypeRole</key>
 | 
						|
			<string>Editor</string>
 | 
						|
			<key>CFBundleTypeIconFile</key>
 | 
						|
			<string>shp.icns</string>
 | 
						|
			<key>CFBundleTypeExtensions</key>
 | 
						|
			<array>
 | 
						|
				<string>shp</string>
 | 
						|
			</array>
 | 
						|
		</dict>
 | 
						|
		<dict>
 | 
						|
			<key>CFBundleTypeName</key>
 | 
						|
			<string>SDTS document</string>
 | 
						|
			<key>CFBundleTypeRole</key>
 | 
						|
			<string>Viewer</string>
 | 
						|
			<key>CFBundleTypeIconFile</key>
 | 
						|
			<string>ddf.icns</string>
 | 
						|
			<key>CFBundleTypeExtensions</key>
 | 
						|
			<array>
 | 
						|
				<string>ddf</string>
 | 
						|
			</array>
 | 
						|
		</dict>
 | 
						|
		<dict>
 | 
						|
			<key>CFBundleTypeName</key>
 | 
						|
			<string>MapInfo document</string>
 | 
						|
			<key>CFBundleTypeRole</key>
 | 
						|
			<string>Viewer</string>
 | 
						|
			<key>CFBundleTypeIconFile</key>
 | 
						|
			<string>mif.icns</string>
 | 
						|
			<key>CFBundleTypeExtensions</key>
 | 
						|
			<array>
 | 
						|
				<string>mif</string>
 | 
						|
			</array>
 | 
						|
		</dict>
 | 
						|
		<dict>
 | 
						|
			<key>CFBundleTypeName</key>
 | 
						|
			<string>GML document</string>
 | 
						|
			<key>CFBundleTypeRole</key>
 | 
						|
			<string>Viewer</string>
 | 
						|
			<key>CFBundleTypeIconFile</key>
 | 
						|
			<string>gml.icns</string>
 | 
						|
			<key>CFBundleTypeExtensions</key>
 | 
						|
			<array>
 | 
						|
				<string>gml</string>
 | 
						|
			</array>
 | 
						|
		</dict>
 | 
						|
		<dict>
 | 
						|
			<key>CFBundleTypeName</key>
 | 
						|
			<string>GeoTIFF image</string>
 | 
						|
			<key>CFBundleTypeRole</key>
 | 
						|
			<string>Viewer</string>
 | 
						|
			<key>CFBundleTypeIconFile</key>
 | 
						|
			<string>tiff.icns</string>
 | 
						|
			<key>CFBundleTypeExtensions</key>
 | 
						|
			<array>
 | 
						|
				<string>tiff</string>
 | 
						|
				<string>tif</string>
 | 
						|
			</array>
 | 
						|
			<key>CFBundleTypeMIMETypes</key>
 | 
						|
			<array>
 | 
						|
				<string>image/tiff</string>
 | 
						|
			</array>
 | 
						|
			<key>CFBundleTypeOSTypes</key>
 | 
						|
			<array>
 | 
						|
				<string>TIFF</string>
 | 
						|
			</array>
 | 
						|
		</dict>
 | 
						|
		<dict>
 | 
						|
			<key>CFBundleTypeName</key>
 | 
						|
			<string>ERDAS IMAGINE document</string>
 | 
						|
			<key>CFBundleTypeRole</key>
 | 
						|
			<string>Viewer</string>
 | 
						|
			<key>CFBundleTypeIconFile</key>
 | 
						|
			<string>img.icns</string>
 | 
						|
			<key>CFBundleTypeExtensions</key>
 | 
						|
			<array>
 | 
						|
				<string>img</string>
 | 
						|
			</array>
 | 
						|
		</dict>
 | 
						|
		<dict>
 | 
						|
			<key>CFBundleTypeName</key>
 | 
						|
			<string>Arc/Info ASCII Grid document</string>
 | 
						|
			<key>CFBundleTypeRole</key>
 | 
						|
			<string>Viewer</string>
 | 
						|
			<key>CFBundleTypeIconFile</key>
 | 
						|
			<string>asc.icns</string>
 | 
						|
			<key>CFBundleTypeExtensions</key>
 | 
						|
			<array>
 | 
						|
				<string>asc</string>
 | 
						|
			</array>
 | 
						|
		</dict>
 | 
						|
		<dict>
 | 
						|
			<key>CFBundleTypeName</key>
 | 
						|
			<string>DTED document</string>
 | 
						|
			<key>CFBundleTypeRole</key>
 | 
						|
			<string>Viewer</string>
 | 
						|
			<key>CFBundleTypeIconFile</key>
 | 
						|
			<string>dt0.icns</string>
 | 
						|
			<key>CFBundleTypeExtensions</key>
 | 
						|
			<array>
 | 
						|
				<string>dt0</string>
 | 
						|
			</array>
 | 
						|
		</dict>
 | 
						|
		<dict>
 | 
						|
			<key>CFBundleTypeName</key>
 | 
						|
			<string>JPEG 2000 image</string>
 | 
						|
			<key>CFBundleTypeRole</key>
 | 
						|
			<string>Viewer</string>
 | 
						|
			<key>CFBundleTypeIconFile</key>
 | 
						|
			<string>jp2.icns</string>
 | 
						|
			<key>CFBundleTypeExtensions</key>
 | 
						|
			<array>
 | 
						|
				<string>jp2</string>
 | 
						|
			</array>
 | 
						|
			<key>CFBundleTypeMIMETypes</key>
 | 
						|
			<array>
 | 
						|
				<string>image/jp2</string>
 | 
						|
			</array>
 | 
						|
			<key>CFBundleTypeOSTypes</key>
 | 
						|
			<array>
 | 
						|
				<string>jp2 </string>
 | 
						|
			</array>
 | 
						|
		</dict>
 | 
						|
		<dict>
 | 
						|
			<key>CFBundleTypeName</key>
 | 
						|
			<string>DEM document</string>
 | 
						|
			<key>CFBundleTypeRole</key>
 | 
						|
			<string>Viewer</string>
 | 
						|
			<key>CFBundleTypeIconFile</key>
 | 
						|
			<string>dem.icns</string>
 | 
						|
			<key>CFBundleTypeExtensions</key>
 | 
						|
			<array>
 | 
						|
				<string>dem</string>
 | 
						|
			</array>
 | 
						|
		</dict>
 | 
						|
		<dict>
 | 
						|
			<key>CFBundleTypeName</key>
 | 
						|
			<string>QGIS style document</string>
 | 
						|
			<key>CFBundleTypeRole</key>
 | 
						|
			<string>Editor</string>
 | 
						|
			<key>CFBundleTypeIconFile</key>
 | 
						|
			<string>qml.icns</string>
 | 
						|
			<key>CFBundleTypeExtensions</key>
 | 
						|
			<array>
 | 
						|
				<string>qml</string>
 | 
						|
			</array>
 | 
						|
		</dict>
 | 
						|
		<dict>
 | 
						|
			<key>CFBundleTypeName</key>
 | 
						|
			<string>Memory layer document</string>
 | 
						|
			<key>CFBundleTypeRole</key>
 | 
						|
			<string>Editor</string>
 | 
						|
			<key>CFBundleTypeIconFile</key>
 | 
						|
			<string>mldata.icns</string>
 | 
						|
			<key>CFBundleTypeExtensions</key>
 | 
						|
			<array>
 | 
						|
				<string>mldata</string>
 | 
						|
			</array>
 | 
						|
		</dict>
 | 
						|
		<dict>
 | 
						|
			<key>CFBundleTypeName</key>
 | 
						|
			<string>QGIS composer template</string>
 | 
						|
			<key>CFBundleTypeRole</key>
 | 
						|
			<string>Editor</string>
 | 
						|
			<key>CFBundleTypeIconFile</key>
 | 
						|
			<string>qpt.icns</string>
 | 
						|
			<key>CFBundleTypeExtensions</key>
 | 
						|
			<array>
 | 
						|
				<string>qpt</string>
 | 
						|
			</array>
 | 
						|
		</dict>
 | 
						|
		<dict>
 | 
						|
			<key>CFBundleTypeName</key>
 | 
						|
			<string>QGIS layer definition document</string>
 | 
						|
			<key>CFBundleTypeRole</key>
 | 
						|
			<string>Editor</string>
 | 
						|
			<key>CFBundleTypeIconFile</key>
 | 
						|
			<string>qlr.icns</string>
 | 
						|
			<key>CFBundleTypeExtensions</key>
 | 
						|
			<array>
 | 
						|
				<string>qlr</string>
 | 
						|
			</array>
 | 
						|
		</dict>
 | 
						|
		<dict>
 | 
						|
			<key>CFBundleTypeName</key>
 | 
						|
			<string>DXF document</string>
 | 
						|
			<key>CFBundleTypeRole</key>
 | 
						|
			<string>Viewer</string>
 | 
						|
			<key>CFBundleTypeIconFile</key>
 | 
						|
			<string>dxf.icns</string>
 | 
						|
			<key>CFBundleTypeExtensions</key>
 | 
						|
			<array>
 | 
						|
				<string>dxf</string>
 | 
						|
			</array>
 | 
						|
		</dict>
 | 
						|
		<dict>
 | 
						|
			<key>CFBundleTypeName</key>
 | 
						|
			<string>SQLite database</string>
 | 
						|
			<key>CFBundleTypeRole</key>
 | 
						|
			<string>Editor</string>
 | 
						|
			<key>CFBundleTypeIconFile</key>
 | 
						|
			<string>sqlite.icns</string>
 | 
						|
			<key>CFBundleTypeExtensions</key>
 | 
						|
			<array>
 | 
						|
				<string>sqlite</string>
 | 
						|
			</array>
 | 
						|
		</dict>
 | 
						|
	</array>
 | 
						|
	<key>CFBundleLocalizations</key>
 | 
						|
	<array>
 | 
						|
		<string>en</string>
 | 
						|
		<string>af</string>
 | 
						|
		<string>ar</string>
 | 
						|
		<string>bg</string>
 | 
						|
		<string>ca_ES</string>
 | 
						|
		<string>cs_CZ</string>
 | 
						|
		<string>da_DK</string>
 | 
						|
		<string>de</string>
 | 
						|
		<string>el_GR</string>
 | 
						|
		<string>es</string>
 | 
						|
		<string>fa</string>
 | 
						|
		<string>fi</string>
 | 
						|
		<string>fr</string>
 | 
						|
		<string>gl_ES</string>
 | 
						|
		<string>he</string>
 | 
						|
		<string>hr_HR</string>
 | 
						|
		<string>hu</string>
 | 
						|
		<string>id</string>
 | 
						|
		<string>is</string>
 | 
						|
		<string>it</string>
 | 
						|
		<string>ja</string>
 | 
						|
		<string>ka_GE</string>
 | 
						|
		<string>ko_KR</string>
 | 
						|
		<string>lo</string>
 | 
						|
		<string>lt</string>
 | 
						|
		<string>lv</string>
 | 
						|
		<string>mn</string>
 | 
						|
		<string>nl</string>
 | 
						|
		<string>no</string>
 | 
						|
		<string>pl_PL</string>
 | 
						|
		<string>pt_BR</string>
 | 
						|
		<string>pt_PT</string>
 | 
						|
		<string>ro</string>
 | 
						|
		<string>ru</string>
 | 
						|
		<string>sk</string>
 | 
						|
		<string>sl_SI</string>
 | 
						|
		<string>sq_AL</string>
 | 
						|
		<string>sr_CS-Latn</string>
 | 
						|
		<string>sv</string>
 | 
						|
		<string>ta</string>
 | 
						|
		<string>th</string>
 | 
						|
		<string>tr</string>
 | 
						|
		<string>uk</string>
 | 
						|
		<string>vi</string>
 | 
						|
		<string>xh</string>
 | 
						|
		<string>zh_CN</string>
 | 
						|
		<string>zh_TW</string>
 | 
						|
	</array>
 | 
						|
	<key>NSPrincipalClass</key>
 | 
						|
	<string>NSApplication</string>
 | 
						|
	<key>NSHighResolutionCapable</key>
 | 
						|
	<string>True</string>
 | 
						|
	<key>NSLocalNetworkUsageDescription</key>
 | 
						|
	<string>QGIS needs local network access to communicate with devices on your network.</string>
 | 
						|
</dict>
 | 
						|
</plist>
 |