info.plist.in

来自「Source code (C++) of the Amoebax game fo」· IN 代码 · 共 29 行

IN
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>amoebax</string>        <key>CFBundleIconFile</key>        <string>Amoebax.icns</string>		<key>CFBundleIdentifier</key>		<string>com.emma-soft.amoebax</string>		<key>CFBundleInfoDictionaryVersion</key>		<string>6.0</string>		<key>CFBundleName</key>		<string>Amoebax</string>		<key>CFBundlePackageType</key>		<string>APPL</string>		<key>CFBundleSignature</key>		<string>????</string>		<key>CFBundleVersion</key>		<string>@VERSION@</string>		<key>NSMainNibFile</key>		<string>AmoebaxMain</string>		<key>NSPrincipalClass</key>		<string>NSApplication</string>	</dict></plist>

⌨️ 快捷键说明

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