info.plist

来自「ncbi源码」· PLIST 代码 · 共 50 行

PLIST
50
字号
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"><plist version="0.9"><dict>	<key>CFBundleInfoDictionaryVersion</key>	<string>6.0</string>	<key>CFBundleIdentifier</key>	<string>gov.NCBI.Cn3D</string>	<key>CFBundleDevelopmentRegion</key>	<string>English</string>	<key>CFBundleExecutable</key>	<string>Cn3D</string>	<key>CFBundleIconFile</key>	<string>wxmac.icns</string>	<key>CFBundleName</key>	<string>Cn3D</string>	<key>CFBundlePackageType</key>	<string>APPL</string>	<key>CFBundleSignature</key>	<string>Cn3D</string>	<key>CFBundleVersion</key>	<string>4.2</string>	<key>CFBundleShortVersionString</key>	<string>4.2</string>	<key>CFBundleGetInfoString</key>	<string>Cn3D version 4.2</string>	<key>CFBundleLongVersionString</key>	<string>Cn3D version 4.2</string>        <key>CFBundleDocumentTypes</key>        <array>            <dict>                <key>CFBundleTypeOSTypes</key>                <array>                    <string>****</string>                </array>                <key>CFBundleTypeIconFile</key>                <string>129</string>                <key>CFBundleTypeRole</key>                <string>Viewer</string>            </dict>        </array>	<key>NSHumanReadableCopyright</key>	<string>info@ncbi.nlm.nih.gov</string>	<key>LSRequiresCarbon</key>        <true/>	<key>CSResourcesFileMapped</key>	<true/></dict></plist>

⌨️ 快捷键说明

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