1 Star 0 Fork 0

dou/YUView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Info.plist 1.77 KB
一键复制 编辑 原始数据 按行查看 历史
Fabian Jäger 提交于 2015-03-31 23:16 . - added retina support for OS X
<?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>YUView</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>CFBundleIconFile</key>
<string>YUView.icns</string>
<key>CFBundleIdentifier</key>
<string>com.ient.YUView</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1</string>
<key>CFBundleSignature</key>
<string>YUVi</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>yuv</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>YUView.icns</string>
<key>CFBundleTypeName</key>
<string>YUV Video File</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSTypeIsPackage</key>
<false/>
<key>NSDocumentClass</key>
<string>YUVDocument</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>yuvplaylist</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>YUView.icns</string>
<key>CFBundleTypeName</key>
<string>YUView Playlist File</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSTypeIsPackage</key>
<false/>
<key>NSDocumentClass</key>
<string>YUVDocument</string>
</dict>
</array>
</dict>
</plist>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hengq/YUView.git
git@gitee.com:hengq/YUView.git
hengq
YUView
YUView
TikzExport

搜索帮助

0d507c66 1850385 C8b1a773 1850385