info.plist

来自「openfire 服务器源码下载」· PLIST 代码 · 共 29 行

PLIST
29
字号
<?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>Openfire</string>	<key>CFBundleIdentifier</key>	<string>com.jivesoftware.openfire</string>	<key>CFBundleInfoDictionaryVersion</key>	<string>6.0</string>	<key>CFBundlePackageType</key>	<string>BNDL</string>	<key>CFBundleShortVersionString</key>	<string>1.0</string>	<key>CFBundleVersion</key>	<string>1.0</string>	<key>NSMainNibFile</key>	<string>openfirePrefPane</string>	<key>NSPrefPaneIconFile</key>	<string>openfire-logo-notext.tif</string>	<key>NSPrefPaneIconLabel</key>	<string>Openfire</string>	<key>NSPrincipalClass</key>	<string>openfirePrefPane</string></dict></plist>

⌨️ 快捷键说明

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