mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Update feed URL
This commit is contained in:
parent
d08daa95af
commit
749d5235e2
@ -2,10 +2,6 @@
|
|||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>SUFeedURL</key>
|
|
||||||
<string>https://files.writefreely.org/apps/mac/appcast.xml</string>
|
|
||||||
<key>SUPublicEDKey</key>
|
|
||||||
<string>xLenuurDaQb2/dj2ScylLmJx0gSnBmacUsOAgUjErUc=</string>
|
|
||||||
<key>ATSApplicationFontsPath</key>
|
<key>ATSApplicationFontsPath</key>
|
||||||
<string>.</string>
|
<string>.</string>
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
@ -32,5 +28,9 @@
|
|||||||
<string>public.app-category.social-networking</string>
|
<string>public.app-category.social-networking</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
||||||
|
<key>SUFeedURL</key>
|
||||||
|
<string>https://writefreely-files.s3.amazonaws.com/apps/mac/appcast.xml</string>
|
||||||
|
<key>SUPublicEDKey</key>
|
||||||
|
<string>xLenuurDaQb2/dj2ScylLmJx0gSnBmacUsOAgUjErUc=</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
@ -2,8 +2,8 @@ import SwiftUI
|
|||||||
import Sparkle
|
import Sparkle
|
||||||
|
|
||||||
enum AppcastFeedUrl: String {
|
enum AppcastFeedUrl: String {
|
||||||
case release = "https://files.writefreely.org/apps/mac/appcast.xml"
|
case release = "https://writefreely-files.s3.amazonaws.com/apps/mac/appcast.xml"
|
||||||
case beta = "https://files.writefreely.org/apps/mac/appcast-beta.xml"
|
case beta = "https://writefreely-files.s3.amazonaws.com/apps/mac/appcast-beta.xml"
|
||||||
}
|
}
|
||||||
|
|
||||||
struct MacUpdatesView: View {
|
struct MacUpdatesView: View {
|
||||||
|
Loading…
Reference in New Issue
Block a user