📄 info.plist
字号:
<?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> <!-- If your application does not already define a UTI, you may want to declare it here, so that your documents are recognized by systems which do not have your application installed. To export this declaration, fill in the fields with your application's information, and uncomment the block of XML. --> <!-- <key>UTExportedTypeDeclarations</key> <array> <dict> <key>UTTypeIdentifier</key> <string>com.yourcompany.yourUTI</string> <key>UTTypeReferenceURL</key> <string>http://www.company.com/yourproduct</string> <key>UTTypeDescription</key> <string>Your Document Kind String</string> <key>UTTypeConformsTo</key> <array> <string>public.data</string> <string>public.content</string> </array> <key>UTTypeTagSpecification</key> <dict> <key>com.apple.ostype</key> <string>XXXX</string> <key>public.filename-extension</key> <array> <string>xxxx</string> </array> </dict> </dict> </array> --> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeRole</key> <string>MDImporter</string> <key>LSItemContentTypes</key> <array> <string>dyn.ah62d4rv4ge80g4dr</string> </array> </dict> </array> <key>CFBundleExecutable</key> <string>chmporter</string> <key>CFBundleIconFile</key> <string></string> <key>CFBundleIdentifier</key> <string>com.apple.yourcfbundle</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleVersion</key> <string>1.0</string> <key>CFPlugInDynamicRegisterFunction</key> <string></string> <key>CFPlugInDynamicRegistration</key> <string>NO</string> <key>CFPlugInFactories</key> <dict> <key>F7D373DC-903F-4304-949F-6F4D9A4DEF73</key> <string>MetadataImporterPluginFactory</string> </dict> <key>CFPlugInTypes</key> <dict> <key>8B08C4BF-415B-11D8-B3F9-0003936726FC</key> <array> <string>F7D373DC-903F-4304-949F-6F4D9A4DEF73</string> </array> </dict> <key>CFPlugInUnloadFunction</key> <string></string></dict></plist>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -