Files
wehub-resource-sync 5b99bf6bca
CI / test (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 12:34:54 +08:00

69 lines
2.1 KiB
Plaintext

<?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>CFBundleName</key>
<string>Edmund</string>
<key>CFBundleDisplayName</key>
<string>Edmund</string>
<key>CFBundleIdentifier</key>
<string>com.i7t5.edmund</string>
<key>CFBundleExecutable</key>
<string>edmd</string>
<key>CFBundleIconFile</key>
<string>AppIcon</string>
<key>NSAccentColorName</key>
<string>AccentColor</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>5</string>
<key>CFBundleShortVersionString</key>
<string>0.1.4</string>
<key>LSMinimumSystemVersion</key>
<string>14.0</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSSupportsAutomaticTermination</key>
<false/>
<key>NSSupportsSuddenTermination</key>
<false/>
<key>SUFeedURL</key>
<string>https://raw.githubusercontent.com/I7T5/Edmund/main/appcast.xml</string>
<key>SUPublicEDKey</key>
<string>0XdLbbuOm0NonqWeDJkQuFF0CGnhKmpAfq+RNKVwEDs=</string>
<key>SUEnableAutomaticChecks</key>
<true/>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>Markdown Document</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
<string>net.daringfireball.markdown</string>
</array>
<key>CFBundleTypeExtensions</key>
<array>
<string>md</string>
<string>markdown</string>
<string>mdown</string>
<string>mkd</string>
</array>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>Plain Text</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSItemContentTypes</key>
<array>
<string>public.plain-text</string>
</array>
</dict>
</array>
</dict>
</plist>