cpack.description.plist.in
来自「编译器」· IN 代码 · 共 13 行
IN
13 行
<?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.4">
<dict>
<key>IFPkgDescriptionTitle</key>
<string>@CPACK_PACKAGE_NAME@</string>
<key>IFPkgDescriptionVersion</key>
<string>@CPACK_PACKAGE_VERSION@</string>
<key>IFPkgDescriptionDescription</key>
<string>@CPACK_PACKAGE_DESCRIPTION@</string>
</dict>
</plist>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?