info.plist
来自「JBother是纯Java开发的Jabber(即时消息开源软件)客户端。支持群组」· PLIST 代码 · 共 36 行
PLIST
36 行
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"><plist version="0.9"><dict> <key>CFBundleName</key> <string>JBother</string> <key>CFBundleVersion</key> <string>10.2</string> <key>CFBundleAllowMixedLocalizations</key> <string>true</string> <key>CFBundleExecutable</key> <string>JavaApplicationStub</string> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleIconFile</key> <string>JBother.icns</string> <key>Java</key> <dict> <key>MainClass</key> <string>com.valhalla.jbother.JBother</string> <key>JVMVersion</key> <string>1.4+</string> <key>Arguments</key> <string>-notheme</string> <key>ClassPath</key> <string>$JAVAROOT/JBother.jar</string> </dict></dict></plist>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?