📄 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> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeExtensions</key> <array> <string>smil</string> <string>smi</string> </array> <key>CFBundleTypeMIMETypes</key> <array> <string>application/smil</string> </array> <key>CFBundleTypeName</key> <string>SMIL document</string> <key>CFBundleTypeOSTypes</key> <array> <string>SMIL</string> <string>.SMI</string> </array> <key>CFBundleTypeRole</key> <string>Editor</string> <key>NSDocumentClass</key> <string>MyDocument</string> </dict> <dict> <key>CFBundleTypeExtensions</key> <array> <string>mms</string> </array> <key>CFBundleTypeMIMETypes</key> <array> <string>application/mms</string> </array> <key>CFBundleTypeName</key> <string>MMS document</string> <key>CFBundleTypeOSTypes</key> <array> <string>????</string> </array> <key>CFBundleTypeRole</key> <string>Viewer</string> <key>NSDocumentClass</key> <string>MyDocument</string> </dict> <dict> <key>CFBundleTypeExtensions</key> <array> <string>grins</string> </array> <key>CFBundleTypeMIMETypes</key> <array> <string>application/x-grins-smil</string> </array> <key>CFBundleTypeName</key> <string>GRiNS SMIL document</string> <key>CFBundleTypeOSTypes</key> <array> <string>GRIN</string> </array> <key>CFBundleTypeRole</key> <string>Viewer</string> <key>NSDocumentClass</key> <string>MyDocument</string> </dict> <dict> <key>CFBundleTypeExtensions</key> <array> <string>pdtb</string> </array> <key>CFBundleTypeMIMETypes</key> <array> <string>application/x-daisy</string> </array> <key>CFBundleTypeName</key> <string>Daisy document</string> <key>CFBundleTypeOSTypes</key> <array> <string>????</string> </array> <key>CFBundleTypeRole</key> <string>Viewer</string> <key>NSDocumentClass</key> <string>MyDocument</string> </dict> </array> <key>CFBundleExecutable</key> <string>cocoambulant</string> <key>CFBundleIconFile</key> <string>cocoambulant.icns</string> <key>CFBundleIdentifier</key> <string>org.ambulantplayer.ambulantplayer</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> <string>Ambl</string> <key>CFBundleHelpBookFolder</key> <string>Ambulant Player Help</string> <key>CFBundleHelpBookName</key> <string>Ambulant Player Help</string> <key>CFBundleURLTypes</key> <array> <dict> <key>CFBundleTypeRole</key> <string>Viewer</string> <key>CFBundleURLName</key> <string>rtsp URL</string> <key>CFBundleURLSchemes</key> <array> <string>rtsp</string> </array> </dict> <dict> <key>CFBundleTypeRole</key> <string>Viewer</string> <key>CFBundleURLName</key> <string>http URL</string> <key>CFBundleURLSchemes</key> <array> <string>http</string> </array> </dict> <dict> <key>CFBundleTypeRole</key> <string>Viewer</string> <key>CFBundleURLName</key> <string>file URL</string> <key>CFBundleURLSchemes</key> <array> <string>file</string> </array> </dict> </array> <key>CFBundleVersion</key> <string>1.8</string> <key>NSMainNibFile</key> <string>MainMenu</string> <key>NSPrincipalClass</key> <string>NSApplication</string></dict></plist>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -