info.plist

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

PLIST
36
字号
<?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>CFBundleAllowMixedLocalizations</key>	<true/>	<key>CFBundleDevelopmentRegion</key>	<string>English</string>	<key>CFBundleExecutable</key>	<string>applet</string>	<key>CFBundleIconFile</key>	<string>applet</string>	<key>CFBundleInfoDictionaryVersion</key>	<string>6.0</string>	<key>CFBundleName</key>	<string>Untitled</string>	<key>CFBundlePackageType</key>	<string>APPL</string>	<key>CFBundleSignature</key>	<string>aplt</string>	<key>LSRequiresCarbon</key>	<true/>	<key>WindowState</key>	<dict>		<key>name</key>		<string>ScriptWindowState</string>		<key>positionOfDivider</key>		<real>251</real>		<key>savedFrame</key>		<string>7 436 816 437 0 0 1440 878 </string>		<key>selectedTabView</key>		<string>description</string>	</dict></dict></plist>

⌨️ 快捷键说明

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