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

📄 info.plist

📁 AIOTrade is a free, open source stock technical analysis platform built on pure java. Its pluggable
💻 PLIST
字号:
<?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>${app.name}</string>        <key>CFBundleVersion</key>    <string>0.1</string>        <key>CFBundleExecutable</key>    <string>${app.name}</string>        <key>CFBundlePackageType</key>    <string>APPL</string>        <key>CFBundleShortVersionString</key>    <string>0.1</string>        <key>CFBundleSignature</key>    <string>????</string>        <key>CFBundleInfoDictionaryVersion</key>    <string>6.0</string>        <key>CFBundleIconFile</key>    <string>${app.name}.icns</string>  </dict></plist>

⌨️ 快捷键说明

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