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>

最新文章

  1. 《Entity Framework 6 Recipes》中文翻译系列 (29) ------ 第五章 加载实体和导航属性之过滤预先加载的实体集合和修改外键关联
  2. angularjs自动化测试系列之jasmine
  3. Xcode真机测试could not find developer disk image解决方法
  4. funny_python 01 import antigravity
  5. sublime text 2 安装emmet插件
  6. 夺命雷公狗---微信开发13----获取access_token
  7. hdu 5265 pog loves szh II STL
  8. VLAN设置
  9. MongoDb Windows linux平台环境及主流编程语言驱动安装同时配置mongoDb的远程连接
  10. 常用FastJSON的SerializerFeature特性及日期转换格式
  11. pgsql sql 统计整理
  12. dataguard日志自动删除
  13. 通过ALT+F9关键CALL追踪注册码
  14. python基础之 数据类型的补充,小数据类型
  15. Python基础04_str_方法
  16. 剑指Offer 35. 数组中的逆序对 (数组)
  17. [UE4]Datasmith
  18. jenkin 不必要的Execute shell执行失败,导致jenkins都失败的解决
  19. 10-05 Java 内部类概述和讲解
  20. 远程不能访问CentOS的tomcat 8080端口

热门文章

  1. C#中使用SendMessage在进程间传递数据的实例
  2. elasticsearch 修改内存
  3. 管理Undo数据
  4. http://wiki.apache.org/tomcat/HowTo
  5. 【转】Java.Math API 反正切算角度(四个象限情况要调整)
  6. VS2010之MFC串口通信的编写教程--转
  7. NOI2013 树的计数
  8. C# 实现MD5 Hash 计算
  9. Java代码编译和执行的整个过程
  10. android studio 报ambiguous method call