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">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>SUFeedURL</key>
|
||||
<string>https://files.writefreely.org/apps/mac/appcast.xml</string>
|
||||
<key>SUPublicEDKey</key>
|
||||
<string>xLenuurDaQb2/dj2ScylLmJx0gSnBmacUsOAgUjErUc=</string>
|
||||
<key>ATSApplicationFontsPath</key>
|
||||
<string>.</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
@ -32,5 +28,9 @@
|
||||
<string>public.app-category.social-networking</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<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>
|
||||
</plist>
|
||||
|
@ -2,8 +2,8 @@ import SwiftUI
|
||||
import Sparkle
|
||||
|
||||
enum AppcastFeedUrl: String {
|
||||
case release = "https://files.writefreely.org/apps/mac/appcast.xml"
|
||||
case beta = "https://files.writefreely.org/apps/mac/appcast-beta.xml"
|
||||
case release = "https://writefreely-files.s3.amazonaws.com/apps/mac/appcast.xml"
|
||||
case beta = "https://writefreely-files.s3.amazonaws.com/apps/mac/appcast-beta.xml"
|
||||
}
|
||||
|
||||
struct MacUpdatesView: View {
|
||||
|
Loading…
Reference in New Issue
Block a user