diff --git a/Yattee.xcodeproj/project.pbxproj b/Yattee.xcodeproj/project.pbxproj index 18bea5e6..aad4eca2 100644 --- a/Yattee.xcodeproj/project.pbxproj +++ b/Yattee.xcodeproj/project.pbxproj @@ -1218,6 +1218,14 @@ /* End XCConfigurationList section */ /* Begin XCRemoteSwiftPackageReference section */ + 378CF2FF2EF21783002C1CD7 /* XCRemoteSwiftPackageReference "MPVKit" */ = { + isa = XCRemoteSwiftPackageReference; + repositoryURL = "https://github.com/yattee/MPVKit.git"; + requirement = { + kind = exactVersion; + version = 1.0.1; + }; + }; 370E71962F9A1A41000E04B2 /* XCRemoteSwiftPackageReference "Sparkle" */ = { isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/sparkle-project/Sparkle"; @@ -1234,14 +1242,6 @@ minimumVersion = 12.8.0; }; }; - 378CF2FF2EF21783002C1CD7 /* XCRemoteSwiftPackageReference "MPVKit" */ = { - isa = XCRemoteSwiftPackageReference; - repositoryURL = "https://github.com/mpvkit/MPVKit.git"; - requirement = { - kind = upToNextMajorVersion; - minimumVersion = 1.0.0; - }; - }; /* End XCRemoteSwiftPackageReference section */ /* Begin XCSwiftPackageProductDependency section */ diff --git a/Yattee.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Yattee.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 5d022f39..b8b000a4 100644 --- a/Yattee.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Yattee.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,13 +1,13 @@ { - "originHash" : "263c985773143365961084fa2985b6cfc81ede4476036a7c65b223ed7ced8b32", + "originHash" : "3936a4172c132dff2ced455a1771e12f4759645440fa59d5b93f5a78b68d3ee4", "pins" : [ { "identity" : "mpvkit", "kind" : "remoteSourceControl", - "location" : "https://github.com/mpvkit/MPVKit.git", + "location" : "https://github.com/yattee/MPVKit.git", "state" : { - "revision" : "288527dffbc6d3e63cce147fc7b520c64a791603", - "version" : "1.0.0" + "revision" : "671d3484b00f438407564573a4e188631d81bc90", + "version" : "1.0.1" } }, {