Info.plist.in
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1k
源码类别:
midi
开发平台:
Unix_Linux
- <?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.0">
- <dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleExecutable</key>
- <string>VLC Plugin</string>
- <key>CFBundleGetInfoString</key>
- <string>VLC Webbrowser Plugin - Version @VERSION@ - (c) @COPYRIGHT_YEARS@ The VideoLAN Team.</string>
- <key>CFHumanReadableCopyright</key>
- <string>Copyright (c) @COPYRIGHT_YEARS@ the VideoLAN Team</string>
- <key>CFBundleIdentifier</key>
- <string>com.netscape.vlc</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>VideoLAN VLC Plug-in</string>
- <key>CFBundlePackageType</key>
- <string>BRPL</string>
- <key>CFBundleSignature</key>
- <string>MOSS</string>
- <key>CFBundleVersion</key>
- <string>@VERSION@</string>
- <key>CFBundleShortVersionString</key>
- <string>@VERSION@</string>
- <key>CSResourcesFileMapped</key>
- <true/>
- <key>LSMinimumSystemVersion</key>
- <string>10.5.0</string>
- </dict>
- </plist>