From 9ac5a8edee0396d802d5752b9b466b34838f7011 Mon Sep 17 00:00:00 2001 From: Xander Deng Date: Thu, 28 Apr 2022 23:25:22 +0800 Subject: [PATCH] fix netease music --- Cartfile | 4 - Cartfile.resolved | 2 - LyricsX.xcodeproj/project.pbxproj | 6 +- .../xcshareddata/swiftpm/Package.resolved | 314 +++++++++--------- LyricsX/Supporting Files/Info.plist | 8 +- 5 files changed, 163 insertions(+), 171 deletions(-) diff --git a/Cartfile b/Cartfile index ce362f7d..468e69e0 100644 --- a/Cartfile +++ b/Cartfile @@ -1,7 +1,3 @@ github "SnapKit/SnapKit" == 5.0.0 github "shpakovski/MASShortcut" - -github "sparkle-project/Sparkle" - -github "microsoft/appcenter-sdk-apple" diff --git a/Cartfile.resolved b/Cartfile.resolved index 4b14b40c..d1df77f5 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,4 +1,2 @@ github "SnapKit/SnapKit" "5.0.0" -github "microsoft/appcenter-sdk-apple" "3.2.0" github "shpakovski/MASShortcut" "2.4.0" -github "sparkle-project/Sparkle" "v1.23.0" diff --git a/LyricsX.xcodeproj/project.pbxproj b/LyricsX.xcodeproj/project.pbxproj index 8ca1c7fe..d181ee7b 100644 --- a/LyricsX.xcodeproj/project.pbxproj +++ b/LyricsX.xcodeproj/project.pbxproj @@ -1464,7 +1464,7 @@ repositoryURL = "https://github.com/ddddxxx/MusicPlayer"; requirement = { kind = upToNextMinorVersion; - minimumVersion = 0.8.2; + minimumVersion = 0.8.3; }; }; BBA82EF9256AB1490076831F /* XCRemoteSwiftPackageReference "appcenter-sdk-apple" */ = { @@ -1472,7 +1472,7 @@ repositoryURL = "https://github.com/microsoft/appcenter-sdk-apple"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 4.0.0; + minimumVersion = 4.4.2; }; }; BBA82F08256AB8620076831F /* XCRemoteSwiftPackageReference "Sparkle" */ = { @@ -1512,7 +1512,7 @@ repositoryURL = "https://github.com/ddddxxx/LyricsKit"; requirement = { kind = upToNextMinorVersion; - minimumVersion = 0.11.0; + minimumVersion = 0.11.3; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/LyricsX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/LyricsX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 165588b8..e5671683 100644 --- a/LyricsX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/LyricsX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,160 +1,158 @@ { - "object": { - "pins": [ - { - "package": "AppCenter", - "repositoryURL": "https://github.com/microsoft/appcenter-sdk-apple", - "state": { - "branch": null, - "revision": "013bffe628b49433d7bc334146a4ed8c507c0e32", - "version": "4.1.1" - } - }, - { - "package": "CombineX", - "repositoryURL": "https://github.com/cx-org/CombineX", - "state": { - "branch": null, - "revision": "98096c6b2a51481cb6e4bae8da0a808d8cab09a1", - "version": "0.4.0" - } - }, - { - "package": "CXExtensions", - "repositoryURL": "https://github.com/cx-org/CXExtensions", - "state": { - "branch": null, - "revision": "4790ecd6a6c0e796d776a28a820b552f7e8f6abd", - "version": "0.4.0" - } - }, - { - "package": "CXShim", - "repositoryURL": "https://github.com/cx-org/CXShim", - "state": { - "branch": null, - "revision": "82fecc246c7ca9f0ac1656b8199b7956e64d68f3", - "version": "0.4.0" - } - }, - { - "package": "CXTest", - "repositoryURL": "https://github.com/cx-org/CXTest", - "state": { - "branch": null, - "revision": "929ce7cbd3005bc9356ae826bb65ee2611379b17", - "version": "0.4.0" - } - }, - { - "package": "GenericID", - "repositoryURL": "https://github.com/ddddxxx/GenericID", - "state": { - "branch": null, - "revision": "c6da97cd19899174cde6a14c7a46c794cd5d9cf8", - "version": "0.7.0" - } - }, - { - "package": "Gzip", - "repositoryURL": "https://github.com/1024jp/GzipSwift", - "state": { - "branch": null, - "revision": "ba0b6cb51cc6202f896e469b87d2889a46b10d1b", - "version": "5.1.1" - } - }, - { - "package": "LyricsKit", - "repositoryURL": "https://github.com/ddddxxx/LyricsKit", - "state": { - "branch": null, - "revision": "5506ee497ca689ed1686655ebb11e8ee29cc24cb", - "version": "0.11.0" - } - }, - { - "package": "MusicPlayer", - "repositoryURL": "https://github.com/ddddxxx/MusicPlayer", - "state": { - "branch": null, - "revision": "50904bac7aec79c5842f2ec3d1a1d858496dd6fe", - "version": "0.8.2" - } - }, - { - "package": "PLCrashReporter", - "repositoryURL": "https://github.com/microsoft/PLCrashReporter.git", - "state": { - "branch": null, - "revision": "de6b8f9db4b2a0aa859a5507550a70548e4da936", - "version": "1.8.1" - } - }, - { - "package": "Regex", - "repositoryURL": "https://github.com/ddddxxx/Regex", - "state": { - "branch": null, - "revision": "c0ad0a7e9a48989d9688c2b524a1e69b6293b733", - "version": "1.0.1" - } - }, - { - "package": "Semver", - "repositoryURL": "https://github.com/ddddxxx/Semver", - "state": { - "branch": null, - "revision": "6094e6f23a02b52b5d211fd114a4750c4f3ecef3", - "version": "0.2.1" - } - }, - { - "package": "Sparkle", - "repositoryURL": "https://github.com/sparkle-project/Sparkle", - "state": { - "branch": null, - "revision": "c0933a516b420806e9216e71bd13ba76c54f0de6", - "version": "1.26.0" - } - }, - { - "package": "swift-atomics", - "repositoryURL": "https://github.com/apple/swift-atomics.git", - "state": { - "branch": null, - "revision": "3e95ba32cd1b4c877f6163e8eea54afc4e63bf9f", - "version": "0.0.3" - } - }, - { - "package": "SwiftCF", - "repositoryURL": "https://github.com/ddddxxx/SwiftCF", - "state": { - "branch": null, - "revision": "72775c4b4dfceba8f6f43820d50f9286dc97160d", - "version": "0.2.1" - } - }, - { - "package": "SwiftyOpenCC", - "repositoryURL": "https://github.com/ddddxxx/SwiftyOpenCC", - "state": { - "branch": "v2.0.0-beta", - "revision": "1d8105a0f7199c90af722bff62728050c858e777", - "version": null - } - }, - { - "package": "TouchBarHelper", - "repositoryURL": "https://github.com/ddddxxx/TouchBarHelper", - "state": { - "branch": null, - "revision": "003d41193ac1c6ab9cc570a1923587298014bf1d", - "version": "0.1.0" - } - } - ] - }, - "version": 1 + "pins" : [ + { + "identity" : "appcenter-sdk-apple", + "kind" : "remoteSourceControl", + "location" : "https://github.com/microsoft/appcenter-sdk-apple", + "state" : { + "revision" : "8354a50fe01a7e54e196d3b5493b5ab53dd5866a", + "version" : "4.4.2" + } + }, + { + "identity" : "combinex", + "kind" : "remoteSourceControl", + "location" : "https://github.com/cx-org/CombineX", + "state" : { + "revision" : "98096c6b2a51481cb6e4bae8da0a808d8cab09a1", + "version" : "0.4.0" + } + }, + { + "identity" : "cxextensions", + "kind" : "remoteSourceControl", + "location" : "https://github.com/cx-org/CXExtensions", + "state" : { + "revision" : "4790ecd6a6c0e796d776a28a820b552f7e8f6abd", + "version" : "0.4.0" + } + }, + { + "identity" : "cxshim", + "kind" : "remoteSourceControl", + "location" : "https://github.com/cx-org/CXShim", + "state" : { + "revision" : "82fecc246c7ca9f0ac1656b8199b7956e64d68f3", + "version" : "0.4.0" + } + }, + { + "identity" : "cxtest", + "kind" : "remoteSourceControl", + "location" : "https://github.com/cx-org/CXTest", + "state" : { + "revision" : "929ce7cbd3005bc9356ae826bb65ee2611379b17", + "version" : "0.4.0" + } + }, + { + "identity" : "genericid", + "kind" : "remoteSourceControl", + "location" : "https://github.com/ddddxxx/GenericID", + "state" : { + "revision" : "c6da97cd19899174cde6a14c7a46c794cd5d9cf8", + "version" : "0.7.0" + } + }, + { + "identity" : "gzipswift", + "kind" : "remoteSourceControl", + "location" : "https://github.com/1024jp/GzipSwift", + "state" : { + "revision" : "ba0b6cb51cc6202f896e469b87d2889a46b10d1b", + "version" : "5.1.1" + } + }, + { + "identity" : "lyricskit", + "kind" : "remoteSourceControl", + "location" : "https://github.com/ddddxxx/LyricsKit", + "state" : { + "revision" : "675a696588eaddf3e5661080c223102acdf8f404", + "version" : "0.11.3" + } + }, + { + "identity" : "musicplayer", + "kind" : "remoteSourceControl", + "location" : "https://github.com/ddddxxx/MusicPlayer", + "state" : { + "revision" : "6eee88b4800bba1cc03b2a233fe858ccca7c9862", + "version" : "0.8.3" + } + }, + { + "identity" : "plcrashreporter", + "kind" : "remoteSourceControl", + "location" : "https://github.com/microsoft/PLCrashReporter.git", + "state" : { + "revision" : "6b27393cad517c067dceea85fadf050e70c4ceaa", + "version" : "1.10.1" + } + }, + { + "identity" : "regex", + "kind" : "remoteSourceControl", + "location" : "https://github.com/ddddxxx/Regex", + "state" : { + "revision" : "c0ad0a7e9a48989d9688c2b524a1e69b6293b733", + "version" : "1.0.1" + } + }, + { + "identity" : "semver", + "kind" : "remoteSourceControl", + "location" : "https://github.com/ddddxxx/Semver", + "state" : { + "revision" : "6094e6f23a02b52b5d211fd114a4750c4f3ecef3", + "version" : "0.2.1" + } + }, + { + "identity" : "sparkle", + "kind" : "remoteSourceControl", + "location" : "https://github.com/sparkle-project/Sparkle", + "state" : { + "revision" : "c0933a516b420806e9216e71bd13ba76c54f0de6", + "version" : "1.26.0" + } + }, + { + "identity" : "swift-atomics", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-atomics.git", + "state" : { + "revision" : "3e95ba32cd1b4c877f6163e8eea54afc4e63bf9f", + "version" : "0.0.3" + } + }, + { + "identity" : "swiftcf", + "kind" : "remoteSourceControl", + "location" : "https://github.com/ddddxxx/SwiftCF", + "state" : { + "revision" : "72775c4b4dfceba8f6f43820d50f9286dc97160d", + "version" : "0.2.1" + } + }, + { + "identity" : "swiftyopencc", + "kind" : "remoteSourceControl", + "location" : "https://github.com/ddddxxx/SwiftyOpenCC", + "state" : { + "branch" : "v2.0.0-beta", + "revision" : "1d8105a0f7199c90af722bff62728050c858e777" + } + }, + { + "identity" : "touchbarhelper", + "kind" : "remoteSourceControl", + "location" : "https://github.com/ddddxxx/TouchBarHelper", + "state" : { + "revision" : "003d41193ac1c6ab9cc570a1923587298014bf1d", + "version" : "0.1.0" + } + } + ], + "version" : 2 } diff --git a/LyricsX/Supporting Files/Info.plist b/LyricsX/Supporting Files/Info.plist index f136d64a..7c6e8aea 100644 --- a/LyricsX/Supporting Files/Info.plist +++ b/LyricsX/Supporting Files/Info.plist @@ -32,9 +32,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.6.2-beta.1 + 1.6.3 CFBundleVersion - 2347 + 2350 Fabric APIKey @@ -58,7 +58,7 @@ LSUIElement LX_BUILD_TIME - 1625917652 + 1651158256 NSAppTransportSecurity NSExceptionDomains @@ -143,7 +143,7 @@ NSAppleEventsUsageDescription - LyricsX needs to know what song you're currently playing, to show lyrics accordingly. + LyricsX needs to know what song you're currently playing, to show lyrics accordingly. NSHumanReadableCopyright Copyright © 2017-2020 Xander Deng. All rights reserved. NSMainStoryboardFile