Skip to content

Commit 9ac5a8e

Browse files
committed
fix netease music
1 parent 52c2c8a commit 9ac5a8e

File tree

5 files changed

+163
-171
lines changed

5 files changed

+163
-171
lines changed

Cartfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
github "SnapKit/SnapKit" == 5.0.0
22

33
github "shpakovski/MASShortcut"
4-
5-
github "sparkle-project/Sparkle"
6-
7-
github "microsoft/appcenter-sdk-apple"

Cartfile.resolved

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
github "SnapKit/SnapKit" "5.0.0"
2-
github "microsoft/appcenter-sdk-apple" "3.2.0"
32
github "shpakovski/MASShortcut" "2.4.0"
4-
github "sparkle-project/Sparkle" "v1.23.0"

LyricsX.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,15 +1464,15 @@
14641464
repositoryURL = "https://github.com/ddddxxx/MusicPlayer";
14651465
requirement = {
14661466
kind = upToNextMinorVersion;
1467-
minimumVersion = 0.8.2;
1467+
minimumVersion = 0.8.3;
14681468
};
14691469
};
14701470
BBA82EF9256AB1490076831F /* XCRemoteSwiftPackageReference "appcenter-sdk-apple" */ = {
14711471
isa = XCRemoteSwiftPackageReference;
14721472
repositoryURL = "https://github.com/microsoft/appcenter-sdk-apple";
14731473
requirement = {
14741474
kind = upToNextMajorVersion;
1475-
minimumVersion = 4.0.0;
1475+
minimumVersion = 4.4.2;
14761476
};
14771477
};
14781478
BBA82F08256AB8620076831F /* XCRemoteSwiftPackageReference "Sparkle" */ = {
@@ -1512,7 +1512,7 @@
15121512
repositoryURL = "https://github.com/ddddxxx/LyricsKit";
15131513
requirement = {
15141514
kind = upToNextMinorVersion;
1515-
minimumVersion = 0.11.0;
1515+
minimumVersion = 0.11.3;
15161516
};
15171517
};
15181518
/* End XCRemoteSwiftPackageReference section */

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

Lines changed: 156 additions & 158 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LyricsX/Supporting Files/Info.plist

Lines changed: 4 additions & 4 deletions
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.2-beta.1</string>
35+
<string>1.6.3</string>
3636
<key>CFBundleVersion</key>
37-
<string>2347</string>
37+
<string>2350</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>1625917652</integer>
61+
<integer>1651158256</integer>
6262
<key>NSAppTransportSecurity</key>
6363
<dict>
6464
<key>NSExceptionDomains</key>
@@ -143,7 +143,7 @@
143143
</dict>
144144
</dict>
145145
<key>NSAppleEventsUsageDescription</key>
146-
<string>LyricsX needs to know what song you're currently playing, to show lyrics accordingly.</string>
146+
<string>LyricsX needs to know what song you&apos;re currently playing, to show lyrics accordingly.</string>
147147
<key>NSHumanReadableCopyright</key>
148148
<string>Copyright © 2017-2020 Xander Deng. All rights reserved.</string>
149149
<key>NSMainStoryboardFile</key>

0 commit comments

Comments
 (0)