Files
yattee/Yattee/Info.plist
2026-02-08 18:33:56 +01:00

92 lines
2.0 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/>
<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>