Skip to content

Commit

Permalink
feat: 检查更新
Browse files Browse the repository at this point in the history
  • Loading branch information
anhoder committed Mar 26, 2023
1 parent c36bcf4 commit 31c1511
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "SnapKit/SnapKit" "5.0.0"
github "microsoft/appcenter-sdk-apple" "3.2.0"
github "shpakovski/MASShortcut" "2.4.0"
github "sparkle-project/Sparkle" "2.4.0"
github "sparkle-project/Sparkle" "1.27.1"
2 changes: 1 addition & 1 deletion LyricsX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,7 @@
repositoryURL = "https://github.com/sparkle-project/Sparkle";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 2.4.0;
minimumVersion = 1.27.1;
};
};
BBB03F2B232FB3AF00A3879E /* XCRemoteSwiftPackageReference "GenericID" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/sparkle-project/Sparkle",
"state" : {
"revision" : "631846cc829f0f0cae327df9bafe5a32b7ddadce",
"version" : "2.4.0"
"revision" : "7918c1c8fc68baa37917eeaa67286b077ad5e393",
"version" : "1.27.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion LyricsX/Component/Updater.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import Cocoa
import Semver

private let gitHubPath = "ddddxxx/LyricsX"
private let gitHubPath = "go-musicfox/LyricsX"
private let url = URL(string: "https://api.github.com/repos/\(gitHubPath)/releases/latest")!

var remoteVersion: Semver? {
Expand Down
8 changes: 4 additions & 4 deletions LyricsX/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.6.3</string>
<string>1.6.4</string>
<key>CFBundleVersion</key>
<string>2383</string>
<string>2386</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand All @@ -58,7 +58,7 @@
<key>LSUIElement</key>
<true/>
<key>LX_BUILD_TIME</key>
<integer>1679820692</integer>
<integer>1679826386</integer>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
Expand Down Expand Up @@ -153,7 +153,7 @@
<key>SUEnableAutomaticChecks</key>
<true/>
<key>SUFeedURL</key>
<string>https://ddddxxx.github.io/LyricsX/appcast.xml</string>
<string>https://anhoder.github.io/media/LyricsX/appcast.xml</string>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
Expand Down

0 comments on commit 31c1511

Please sign in to comment.