mirror of
https://github.com/yattee/yattee.git
synced 2026-06-04 05:44:20 +00:00
Bake https://dl.yattee.stream/appcast.xml into SUFeedURL and align the appcast template and Sparkle setup notes so the gh-pages branch (served under the custom Cloudflare-CNAMEd domain) is the single place to look up the feed. Domain is reserved as a generic distribution surface for Sparkle today and AltStore / other channels later.
101 lines
2.4 KiB
Plaintext
101 lines
2.4 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>ITSAppUsesNonExemptEncryption</key>
|
|
<false/>
|
|
<!-- Sparkle auto-updates (Developer ID / Homebrew cask build only; ignored on App Store + iOS + tvOS) -->
|
|
<key>SUFeedURL</key>
|
|
<string>https://dl.yattee.stream/appcast.xml</string>
|
|
<key>SUPublicEDKey</key>
|
|
<string>BLtSfi3Epsl97XpMy734PhlbscxWwWpi6moT/S++A+4=</string>
|
|
<key>SUEnableAutomaticChecks</key>
|
|
<true/>
|
|
<key>SUEnableInstallerLauncherService</key>
|
|
<true/>
|
|
<key>BGTaskSchedulerPermittedIdentifiers</key>
|
|
<array>
|
|
<string>stream.yattee.app.feedRefresh</string>
|
|
</array>
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>CFBundleURLName</key>
|
|
<string>stream.yattee.app</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>yattee</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>NSAppTransportSecurity</key>
|
|
<dict>
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
<true/>
|
|
</dict>
|
|
<key>NSBonjourServices</key>
|
|
<array>
|
|
<string>_yattee._tcp</string>
|
|
<string>_webdav._tcp</string>
|
|
<string>_webdavs._tcp</string>
|
|
<string>_smb._tcp</string>
|
|
</array>
|
|
<key>NSUserActivityTypes</key>
|
|
<array>
|
|
<string>stream.yattee.app.activity</string>
|
|
</array>
|
|
<key>UIBackgroundModes</key>
|
|
<array>
|
|
<string>audio</string>
|
|
<string>remote-notification</string>
|
|
<string>fetch</string>
|
|
</array>
|
|
<key>CFBundleIcons</key>
|
|
<dict>
|
|
<key>CFBundleAlternateIcons</key>
|
|
<dict>
|
|
<key>YatteeClassic</key>
|
|
<dict>
|
|
<key>CFBundleIconFiles</key>
|
|
<array>
|
|
<string>YatteeClassic60</string>
|
|
</array>
|
|
</dict>
|
|
<key>YatteeMascot</key>
|
|
<dict>
|
|
<key>CFBundleIconFiles</key>
|
|
<array>
|
|
<string>YatteeMascot60</string>
|
|
</array>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
<key>CFBundleIcons~ipad</key>
|
|
<dict>
|
|
<key>CFBundleAlternateIcons</key>
|
|
<dict>
|
|
<key>YatteeClassic</key>
|
|
<dict>
|
|
<key>CFBundleIconFiles</key>
|
|
<array>
|
|
<string>YatteeClassic60</string>
|
|
<string>YatteeClassic76</string>
|
|
<string>YatteeClassic83.5</string>
|
|
</array>
|
|
</dict>
|
|
<key>YatteeMascot</key>
|
|
<dict>
|
|
<key>CFBundleIconFiles</key>
|
|
<array>
|
|
<string>YatteeMascot60</string>
|
|
<string>YatteeMascot76</string>
|
|
<string>YatteeMascot83.5</string>
|
|
</array>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|