Skip to content

Commit 31c1511

Browse files
committed
feat: 检查更新
1 parent c36bcf4 commit 31c1511

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cartfile.resolved

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
github "SnapKit/SnapKit" "5.0.0"
22
github "microsoft/appcenter-sdk-apple" "3.2.0"
33
github "shpakovski/MASShortcut" "2.4.0"
4-
github "sparkle-project/Sparkle" "2.4.0"
4+
github "sparkle-project/Sparkle" "1.27.1"

LyricsX.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1481,7 +1481,7 @@
14811481
repositoryURL = "https://github.com/sparkle-project/Sparkle";
14821482
requirement = {
14831483
kind = upToNextMajorVersion;
1484-
minimumVersion = 2.4.0;
1484+
minimumVersion = 1.27.1;
14851485
};
14861486
};
14871487
BBB03F2B232FB3AF00A3879E /* XCRemoteSwiftPackageReference "GenericID" */ = {

LyricsX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@
113113
"kind" : "remoteSourceControl",
114114
"location" : "https://github.com/sparkle-project/Sparkle",
115115
"state" : {
116-
"revision" : "631846cc829f0f0cae327df9bafe5a32b7ddadce",
117-
"version" : "2.4.0"
116+
"revision" : "7918c1c8fc68baa37917eeaa67286b077ad5e393",
117+
"version" : "1.27.1"
118118
}
119119
},
120120
{

LyricsX/Component/Updater.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import Cocoa
1111
import Semver
1212

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

1616
var remoteVersion: Semver? {

LyricsX/Supporting Files/Info.plist

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
<key>CFBundlePackageType</key>
3333
<string>APPL</string>
3434
<key>CFBundleShortVersionString</key>
35-
<string>1.6.3</string>
35+
<string>1.6.4</string>
3636
<key>CFBundleVersion</key>
37-
<string>2383</string>
37+
<string>2386</string>
3838
<key>Fabric</key>
3939
<dict>
4040
<key>APIKey</key>
@@ -58,7 +58,7 @@
5858
<key>LSUIElement</key>
5959
<true/>
6060
<key>LX_BUILD_TIME</key>
61-
<integer>1679820692</integer>
61+
<integer>1679826386</integer>
6262
<key>NSAppTransportSecurity</key>
6363
<dict>
6464
<key>NSExceptionDomains</key>
@@ -153,7 +153,7 @@
153153
<key>SUEnableAutomaticChecks</key>
154154
<true/>
155155
<key>SUFeedURL</key>
156-
<string>https://ddddxxx.github.io/LyricsX/appcast.xml</string>
156+
<string>https://anhoder.github.io/media/LyricsX/appcast.xml</string>
157157
<key>UTExportedTypeDeclarations</key>
158158
<array>
159159
<dict>

0 commit comments

Comments
 (0)