frameworkinfo.plist

来自「firebird源代码」· PLIST 代码 · 共 22 行

PLIST
22
字号
<?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>Firebird</string>        <key>CFBundleIdentifier</key>        <string>com.firebird.Firebird</string>        <key>CFBundleInfoDictionaryVersion</key>        <string>__VERSION__</string>        <key>CFBundlePackageType</key>        <string>FMWK</string>        <key>CFBundleSignature</key>        <string>????</string>        <key>CFBundleVersion</key>        <string>__VERSION__</string></dict></plist>

⌨️ 快捷键说明

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