⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 info.plist

📁 linux下开源浏览器WebKit的源码,市面上的很多商用浏览器都是移植自WebKit
💻 PLIST
字号:
<?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>CFBundleDocumentTypes</key>	<array>		<dict>			<key>CFBundleTypeExtensions</key>			<array>				<string>css</string>			</array>			<key>CFBundleTypeIconFile</key>			<string>document.icns</string>			<key>CFBundleTypeMIMETypes</key>			<array>				<string>text/css</string>			</array>			<key>CFBundleTypeName</key>			<string>CSS style sheet</string>			<key>CFBundleTypeRole</key>			<string>Viewer</string>			<key>NSDocumentClass</key>			<string>BrowserDocument</string>		</dict>		<dict>			<key>CFBundleTypeExtensions</key>			<array>				<string>pdf</string>			</array>			<key>CFBundleTypeIconFile</key>			<string>document.icns</string>			<key>CFBundleTypeMIMETypes</key>			<array>				<string>application/pdf</string>			</array>			<key>CFBundleTypeName</key>			<string>PDF document</string>			<key>CFBundleTypeRole</key>			<string>Viewer</string>			<key>NSDocumentClass</key>			<string>BrowserDocument</string>		</dict>		<dict>			<key>CFBundleTypeExtensions</key>			<array>				<string>webarchive</string>			</array>			<key>CFBundleTypeIconFile</key>			<string>webarchive.icns</string>			<key>CFBundleTypeMIMETypes</key>			<array>				<string>application/x-webarchive</string>			</array>			<key>CFBundleTypeName</key>			<string>Web archive</string>			<key>CFBundleTypeRole</key>			<string>Viewer</string>			<key>NSDocumentClass</key>			<string>BrowserDocument</string>		</dict>		<dict>			<key>CFBundleTypeExtensions</key>			<array>				<string>syndarticle</string>			</array>			<key>CFBundleTypeIconFile</key>			<string>document.icns</string>			<key>CFBundleTypeName</key>			<string>RSS article</string>			<key>CFBundleTypeRole</key>			<string>Viewer</string>			<key>NSDocumentClass</key>			<string>BrowserDocument</string>		</dict>		<dict>			<key>CFBundleTypeExtensions</key>			<array>				<string>webbookmark</string>			</array>			<key>CFBundleTypeIconFile</key>			<string>document.icns</string>			<key>CFBundleTypeName</key>			<string>Safari bookmark</string>			<key>CFBundleTypeRole</key>			<string>Viewer</string>			<key>NSDocumentClass</key>			<string>BrowserDocument</string>		</dict>		<dict>			<key>CFBundleTypeExtensions</key>			<array>				<string>webloc</string>			</array>			<key>CFBundleTypeIconFile</key>			<string>document.icns</string>			<key>CFBundleTypeName</key>			<string>Web internet location</string>			<key>CFBundleTypeOSTypes</key>			<array>				<string>ilht</string>			</array>			<key>CFBundleTypeRole</key>			<string>Viewer</string>			<key>NSDocumentClass</key>			<string>BrowserDocument</string>		</dict>		<dict>			<key>CFBundleTypeExtensions</key>			<array>				<string>download</string>			</array>			<key>CFBundleTypeIconFile</key>			<string>download10.icns</string>			<key>CFBundleTypeName</key>			<string>Safari download</string>			<key>CFBundleTypeRole</key>			<string>Editor</string>			<key>LSTypeIsPackage</key>			<true/>			<key>NSDocumentClass</key>			<string>BrowserDocument</string>		</dict>		<dict>			<key>CFBundleTypeExtensions</key>			<array>				<string>gif</string>			</array>			<key>CFBundleTypeIconFile</key>			<string>document.icns</string>			<key>CFBundleTypeMIMETypes</key>			<array>				<string>image/gif</string>			</array>			<key>CFBundleTypeName</key>			<string>GIF image</string>			<key>CFBundleTypeOSTypes</key>			<array>				<string>GIFf</string>			</array>			<key>CFBundleTypeRole</key>			<string>Viewer</string>			<key>NSDocumentClass</key>			<string>BrowserDocument</string>		</dict>		<dict>			<key>CFBundleTypeExtensions</key>			<array>				<string>html</string>				<string>htm</string>				<string>shtml</string>				<string>jhtml</string>			</array>			<key>CFBundleTypeIconFile</key>			<string>document.icns</string>			<key>CFBundleTypeMIMETypes</key>			<array>				<string>text/html</string>			</array>			<key>CFBundleTypeName</key>			<string>HTML document</string>			<key>CFBundleTypeOSTypes</key>			<array>				<string>HTML</string>			</array>			<key>CFBundleTypeRole</key>			<string>Viewer</string>			<key>NSDocumentClass</key>			<string>BrowserDocument</string>		</dict>		<dict>			<key>CFBundleTypeExtensions</key>			<array>				<string>js</string>			</array>			<key>CFBundleTypeIconFile</key>			<string>document.icns</string>			<key>CFBundleTypeMIMETypes</key>			<array>				<string>application/x-javascript</string>			</array>			<key>CFBundleTypeName</key>			<string>JavaScript script</string>			<key>CFBundleTypeRole</key>			<string>Viewer</string>			<key>NSDocumentClass</key>			<string>BrowserDocument</string>		</dict>		<dict>			<key>CFBundleTypeExtensions</key>			<array>				<string>jpg</string>				<string>jpeg</string>			</array>			<key>CFBundleTypeIconFile</key>			<string>document.icns</string>			<key>CFBundleTypeMIMETypes</key>			<array>				<string>image/jpeg</string>			</array>			<key>CFBundleTypeName</key>			<string>JPEG image</string>			<key>CFBundleTypeOSTypes</key>			<array>				<string>JPEG</string>			</array>			<key>CFBundleTypeRole</key>			<string>Viewer</string>			<key>NSDocumentClass</key>			<string>BrowserDocument</string>		</dict>		<dict>			<key>CFBundleTypeExtensions</key>			<array>				<string>jp2</string>			</array>			<key>CFBundleTypeIconFile</key>			<string>document.icns</string>			<key>CFBundleTypeMIMETypes</key>			<array>				<string>image/jp2</string>			</array>			<key>CFBundleTypeName</key>			<string>JPEG 2000 image</string>			<key>CFBundleTypeOSTypes</key>			<array>				<string>jp2 </string>			</array>			<key>CFBundleTypeRole</key>			<string>Viewer</string>			<key>NSDocumentClass</key>			<string>BrowserDocument</string>		</dict>		<dict>			<key>CFBundleTypeExtensions</key>			<array>				<string>txt</string>				<string>text</string>			</array>			<key>CFBundleTypeIconFile</key>			<string>document.icns</string>			<key>CFBundleTypeMIMETypes</key>			<array>				<string>text/plain</string>			</array>			<key>CFBundleTypeName</key>			<string>Plain text document</string>			<key>CFBundleTypeOSTypes</key>			<array>				<string>TEXT</string>			</array>			<key>CFBundleTypeRole</key>			<string>Viewer</string>			<key>NSDocumentClass</key>			<string>BrowserDocument</string>		</dict>		<dict>			<key>CFBundleTypeExtensions</key>			<array>				<string>png</string>			</array>			<key>CFBundleTypeIconFile</key>			<string>document.icns</string>			<key>CFBundleTypeMIMETypes</key>			<array>				<string>image/png</string>			</array>			<key>CFBundleTypeName</key>			<string>PNG image</string>			<key>CFBundleTypeOSTypes</key>			<array>				<string>PNGf</string>			</array>			<key>CFBundleTypeRole</key>			<string>Viewer</string>			<key>NSDocumentClass</key>			<string>BrowserDocument</string>		</dict>		<dict>			<key>CFBundleTypeExtensions</key>			<array>				<string>rtf</string>			</array>			<key>CFBundleTypeIconFile</key>			<string>document.icns</string>			<key>CFBundleTypeMIMETypes</key>			<array>				<string>application/rtf</string>			</array>			<key>CFBundleTypeName</key>			<string>Rich Text Format (RTF) document</string>			<key>CFBundleTypeOSTypes</key>			<array>				<string>RTF </string>			</array>			<key>CFBundleTypeRole</key>			<string>Viewer</string>			<key>NSDocumentClass</key>			<string>BrowserDocument</string>		</dict>		<dict>			<key>CFBundleTypeExtensions</key>			<array>				<string>tiff</string>				<string>tif</string>			</array>			<key>CFBundleTypeIconFile</key>			<string>document.icns</string>			<key>CFBundleTypeMIMETypes</key>			<array>				<string>image/tiff</string>			</array>			<key>CFBundleTypeName</key>			<string>TIFF image</string>			<key>CFBundleTypeOSTypes</key>			<array>				<string>TIFF</string>			</array>			<key>CFBundleTypeRole</key>			<string>Viewer</string>			<key>NSDocumentClass</key>			<string>BrowserDocument</string>		</dict>		<dict>			<key>CFBundleTypeExtensions</key>			<array>				<string>url</string>			</array>			<key>CFBundleTypeIconFile</key>			<string>document.icns</string>			<key>CFBundleTypeName</key>			<string>Web site location</string>			<key>CFBundleTypeOSTypes</key>			<array>				<string>LINK</string>			</array>			<key>CFBundleTypeRole</key>			<string>Viewer</string>			<key>NSDocumentClass</key>			<string>BrowserDocument</string>		</dict>		<dict>			<key>CFBundleTypeExtensions</key>			<array>				<string>ico</string>			</array>			<key>CFBundleTypeIconFile</key>			<string>document.icns</string>			<key>CFBundleTypeMIMETypes</key>			<array>				<string>image/x-icon</string>			</array>			<key>CFBundleTypeName</key>			<string>Windows icon image</string>			<key>CFBundleTypeOSTypes</key>			<array>				<string>ICO </string>			</array>			<key>CFBundleTypeRole</key>			<string>Viewer</string>			<key>NSDocumentClass</key>			<string>BrowserDocument</string>		</dict>		<dict>			<key>CFBundleTypeExtensions</key>			<array>				<string>xhtml</string>				<string>xhtm</string>			</array>			<key>CFBundleTypeIconFile</key>			<string>document.icns</string>			<key>CFBundleTypeMIMETypes</key>			<array>				<string>application/xhtml+xml</string>			</array>			<key>CFBundleTypeName</key>			<string>XHTML document</string>			<key>CFBundleTypeRole</key>			<string>Viewer</string>			<key>NSDocumentClass</key>			<string>BrowserDocument</string>		</dict>		<dict>			<key>CFBundleTypeExtensions</key>			<array>				<string>xml</string>				<string>xbl</string>				<string>xsl</string>				<string>xslt</string>			</array>			<key>CFBundleTypeIconFile</key>			<string>document.icns</string>			<key>CFBundleTypeMIMETypes</key>			<array>				<string>application/xml</string>				<string>text/xml</string>			</array>			<key>CFBundleTypeName</key>			<string>XML document</string>			<key>CFBundleTypeRole</key>			<string>Viewer</string>			<key>NSDocumentClass</key>			<string>BrowserDocument</string>		</dict>	</array>	<key>CFBundleExecutable</key>	<string>${EXECUTABLE_NAME}</string>	<key>CFBundleGetInfoString</key>	<string>rVERSION, Copyright 2005-2009 Apple Inc.</string>	<key>CFBundleIconFile</key>	<string>webkit.icns</string>	<key>CFBundleIdentifier</key>	<string>org.webkit.nightly.WebKit</string>	<key>CFBundleInfoDictionaryVersion</key>	<string>6.0</string>	<key>CFBundleName</key>	<string>${PRODUCT_NAME}</string>	<key>CFBundlePackageType</key>	<string>APPL</string>	<key>CFBundleSignature</key>	<string>wbkt</string>	<key>CFBundleVersion</key>	<string>VERSION</string>	<key>CFBundleShortVersionString</key>	<string>rVERSION</string>	<key>SUFeedURL</key>	<string>http://nightly.webkit.org/builds/trunk/mac/rss</string>	<key>SUShowReleaseNotes</key>	<false/>	<key>SUAllowsAutomaticUpdates</key>	<false/>	<key>NSPrincipalClass</key>	<string>BrowserApplication</string>	<key>CFBundleHelpBookFolder</key>	<string>SafariHelp</string>	<key>CFBundleHelpBookName</key>	<string>Safari Help</string>	<key>CFBundleURLTypes</key>	<array>		<dict>			<key>CFBundleURLName</key>			<string>Web site URL</string>			<key>CFBundleURLSchemes</key>			<array>				<string>http</string>				<string>https</string>			</array>		</dict>		<dict>			<key>CFBundleURLName</key>			<string>local file URL</string>			<key>CFBundleURLSchemes</key>			<array>				<string>file</string>			</array>		</dict>	</array>	<key>NSAppleScriptEnabled</key>	<string>Yes</string>	<key>UTExportedTypeDeclarations</key>	<array>		<dict>			<key>UTTypeConformsTo</key>			<string>public.data</string>			<key>UTTypeDescription</key>			<string>Safari bookmark</string>			<key>UTTypeIdentifier</key>			<string>com.apple.safari.bookmark</string>			<key>UTTypeTagSpecification</key>			<dict>				<key>public.filename-extension</key>				<array>					<string>webbookmark</string>				</array>			</dict>		</dict>	</array></dict></plist>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -