<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//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>WickedDocs</string> <key>CFBundleGetInfoString</key> <string>1.00.1</string> <key>CFBundleIconFile</key> <string>WickedDocs.icns</string> <key>CFBundleIdentifier</key> <string>com.subflexion.WickedDocs</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>WickedDocs</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> <string>1.00.1</string> <key>CFBundleSignature</key> <string>WikD</string> <key>CFBundleVersion</key> <string>1.00.1</string> <key>LSMinimumSystemVersion</key> <string>10.12</string> <key>NSPrincipalClass</key> <string>NSApplication</string> <key>NSSupportsAutomaticGraphicsSwitching</key> <true/> <key>NSHighResolutionCapable</key> <true/> <key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeExtensions</key> <array> <string>md</string> <string>markdown</string> <string>txt</string> </array> <key>CFBundleTypeName</key> <string>Markdown</string> <key>CFBundleTypeIconFile</key> <string>WickedDocs.icns</string> <key>CFBundleTypeRole</key> <string>Viewer</string> <key>LSIsAppleDefaultForType</key> <true/> </dict> </array> <key>NSHumanReadableCopyright</key> <string>Copyright (C) 2015-2020 Subflexion</string> </dict> </plist>