info.plist

来自「linux下开源浏览器WebKit的源码,市面上的很多商用浏览器都是移植自Web」· PLIST 代码 · 共 25 行

PLIST
25
字号
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleExecutable</key>	<string>${PRODUCT_NAME}</string>	<key>CFBundleGetInfoString</key>	<string>${BUNDLE_VERSION}, Copyright 2003-2009 Apple Inc.</string>	<key>CFBundleIdentifier</key>	<string>com.apple.${PRODUCT_NAME}</string>	<key>CFBundleInfoDictionaryVersion</key>	<string>6.0</string>	<key>CFBundleName</key>	<string>${PRODUCT_NAME}</string>	<key>CFBundlePackageType</key>	<string>FMWK</string>	<key>CFBundleShortVersionString</key>	<string>${SHORT_VERSION_STRING}</string>	<key>CFBundleVersion</key>	<string>${BUNDLE_VERSION}</string></dict></plist>

⌨️ 快捷键说明

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