info.plist.in

来自「bochs : one pc simulator.」· IN 代码 · 共 31 行

IN
31
字号
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> <plist version="0.9"> <dict> 	<key>CFBundleDevelopmentRegion</key> 	<string>English</string> 	<key>CFBundleExecutable</key> 	<string>bochs</string> 	<key>CFBundleGetInfoString</key> 	<string>@VERSION@ Carbon</string> 	<key>CFBundleIconFile</key> 	<string>bochs-icn</string> 	<key>CFBundleIdentifier</key> 	<string>net.sourceforge.bochs.bochs</string> 	<key>CFBundleInfoDictionaryVersion</key> 	<string>6.0</string> 	<key>CFBundleName</key> 	<string>Bochs Carbon @VERSION@</string> 	<key>CFBundlePackageType</key> 	<string>APPL</string> 	<key>CFBundleShortVersionString</key> 	<string>Bochs Carbon (@VERSION@)</string> 	<key>CFBundleSignature</key> 	<string>BOCHS</string> 	<key>CFBundleVersion</key> 	<string>@VERSION@</string> 	<key>CSResourcesFileMapped</key> 	<true/> </dict> </plist> 

⌨️ 快捷键说明

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