mirror of
https://github.com/yattee/yattee.git
synced 2024-11-09 15:58:20 +00:00
26 lines
691 B
Plaintext
26 lines
691 B
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>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>CFBundleURLName</key>
|
|
<string>net.yattee.app.watch</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>yattee</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>SUEnableInstallerLauncherService</key>
|
|
<true/>
|
|
<key>SUFeedURL</key>
|
|
<string>https://repos.yattee.stream/appcast.xml</string>
|
|
<key>SUPublicEDKey</key>
|
|
<string>73U5at3utQRS7F/z/7nztpjp3l1gw1Ih+ztOelRLSx4=</string>
|
|
</dict>
|
|
</plist>
|