• qt info.plist 添加


    http://www.waitingfy.com/archives/1242

    http://www.sollyu.com/settings-icon-under-the-qt-mac-application-is-invalid/

    https://pjw.io/article/2013/06/19/add-icon-for-qt-app-in-mac-os-x/

    http://git.oschina.net/lins05/seafile-client/blob/master/Info.plist?dir=0&filepath=Info.plist&oid=8844973c7a9855e607b766d63ecefa38087da5a6&sha=c1eca6c94b2a8e80fee453f5f95d4306626de6e4

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
        <key>CFBundleExecutable</key>
        <string>seafile-applet</string>
        <key>CFBundleGetInfoString</key>
        <string>Seafile Client Application</string>
        <key>CFBundleIconFile</key>
        <string>seafile</string>
        <key>CFBundleIdentifier</key>
        <string>com.seafile.seafile-client</string>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleName</key>
        <string>Seafile</string>
        <key>CFBundleShortVersionString</key>
        <string>5.1.4</string>
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleURLTypes</key>
        <array>
            <dict>
                <key>CFBundleURLName</key>
                <string>com.seafile.seafile-client</string>
                <key>CFBundleURLSchemes</key>
                <array>
                    <string>seafile</string>
                </array>
            </dict>
        </array>
        <key>LSApplicationCategoryType</key>
        <string>public.app-category.utilities</string>
        <key>LSMinimumSystemVersion</key>
        <string>10.7</string>
        <key>LSMinimumSystemVersionByArchitecture</key>
        <dict>
            <key>x86_64</key>
            <string>10.7.0</string>
        </dict>
        <key>NSHumanReadableCopyright</key>
        <string>Copyright © 2014  All rights reserved.</string>
        <key>NSPrincipalClass</key>
        <string>NSApplication</string>
        <key>NSHighResolutionCapable</key>
        <string>True</string>
    </dict>
    </plist>
  • 相关阅读:
    stm32 SPI DMA读取ADS8345数据
    Minigui3.0.12完美安装,折腾了一天。终于看到了
    qvfb2的安装,在ubuntu10.4上安装成功
    户口从杭州人才市场迁移到武汉万科魅力之城的过程
    禁止minigui 3.0的屏幕保护
    想穿越回到儿时记录那些幸福
    TIM2定时闪灯程序。。。
    关于minigui的皮肤控件无法显示问题
    插件框架内核的设计
    用“序列图”描述技术方案
  • 原文地址:https://www.cnblogs.com/findumars/p/5723416.html
Copyright © 2020-2023  润新知