info.plist.in

来自「pic 模拟程序!面向对象」· IN 代码 · 共 37 行

IN
37
字号
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"><plist version="0.9"><dict>	<key>CFBundleInfoDictionaryVersion</key>	<string>6.0</string>	<key>CFBundleIdentifier</key>	<string>com.txcorp.IDENTIFIER</string>	<key>CFBundleDevelopmentRegion</key>	<string>English</string>	<key>CFBundleExecutable</key>	<string>EXECUTABLE</string>	<key>CFBundleIconFile</key>	<string>EXECUTABLE.icns</string>	<key>CFBundleName</key>	<string>EXECNAME</string>	<key>CFBundlePackageType</key>	<string>APPL</string>	<key>CFBundleSignature</key>	<string>????</string>	<key>CFBundleVersion</key>	<string>@VERSION@</string>	<key>CFBundleShortVersionString</key>	<string>@VERSION@</string>	<key>CFBundleGetInfoString</key>	<string>EXECUTABLE version @VERSION@, (c) 2004 Tech-X Corporation</string>	<key>CFBundleLongVersionString</key>	<string>@VERSION@, (c) 2004 Tech-X Corporation</string>	<key>NSHumanReadableCopyright</key>	<string>Copyright 2004 Tech-X Corporation</string>	<key>LSRequiresCarbon</key>        <true/>	<key>CSResourcesFileMapped</key>	<true/></dict></plist>

⌨️ 快捷键说明

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