mac_fetion.plist

来自「linux-下的fetion-0.8.1。包括所有源代码」· PLIST 代码 · 共 34 行

PLIST
34
字号
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"><plist version="0.9"><dict>	<key>CFBundleIconFile</key>	<string>@ICON@</string>	<key>CFBundlePackageType</key>	<string>APPL</string>        <key>CFBundleGetInfoString</key>	<string>Created by Qt/QMake</string>	<key>CFBundleSignature</key>	<string>????</string>	<key>CFBundleExecutable</key>	<string>@EXECUTABLE@</string>	<key>CFBundleDocumentTypes</key>        <array>                <dict>                        <key>CFBundleTypeExtensions</key>                        <array>                                <string>ui</string>                        </array>			<key>CFBundleTypeIconFile</key>			<string>@ICON@</string>                        <key>CFBundleTypeRole</key>                        <string>Editor</string>                        <key>LSIsAppleDefaultForType</key>                        <true/>                </dict>        </array>	<key>NOTE</key>	<string>Qt/Designer by Trolltech ASA</string></dict></plist>

⌨️ 快捷键说明

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