info.plist

来自「uclinux 下的vlc播放器源代码」· PLIST 代码 · 共 29 行

PLIST
29
字号
<?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>Copyright (c) 2002-2007 The VideoLAN Team. All Rights Reserved</string>	<key>CFBundleIdentifier</key>	<string>com.netscape.vlc</string>	<key>CFBundleInfoDictionaryVersion</key>	<string>6.0</string>	<key>CFBundleName</key>	<string>VideoLAN VLC Internet Plug-in</string>	<key>CFBundlePackageType</key>	<string>BRPL</string>	<key>CFBundleShortVersionString</key>	<string>0.8.6b</string>	<key>CFBundleSignature</key>	<string>MOSS</string>	<key>CFBundleVersion</key>	<string>0.8.6b</string>	<key>CSResourcesFileMapped</key>	<true/></dict></plist>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?