chore(mpv): bump MPVKit to 1.0.17
This commit is contained in:
@@ -1161,7 +1161,7 @@
|
||||
repositoryURL = "https://github.com/edde746/MPVKit";
|
||||
requirement = {
|
||||
kind = exactVersion;
|
||||
version = 1.0.16;
|
||||
version = 1.0.17;
|
||||
};
|
||||
};
|
||||
/* End XCRemoteSwiftPackageReference section */
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/edde746/MPVKit",
|
||||
"state" : {
|
||||
"revision" : "39df1216941c1442e9163d2a574ca37ef2c2b4ff",
|
||||
"version" : "1.0.16"
|
||||
"revision" : "8627bae097f45b705ac3cbc8972df115018f2090",
|
||||
"version" : "1.0.17"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/edde746/MPVKit",
|
||||
"state" : {
|
||||
"revision" : "39df1216941c1442e9163d2a574ca37ef2c2b4ff",
|
||||
"version" : "1.0.16"
|
||||
"revision" : "8627bae097f45b705ac3cbc8972df115018f2090",
|
||||
"version" : "1.0.17"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,8 +24,8 @@ class WireMpvTest < Minitest::Test
|
||||
].freeze
|
||||
MPVKIT_PIN = {
|
||||
'location' => 'https://github.com/edde746/MPVKit',
|
||||
'revision' => '39df1216941c1442e9163d2a574ca37ef2c2b4ff',
|
||||
'version' => '1.0.16',
|
||||
'revision' => '8627bae097f45b705ac3cbc8972df115018f2090',
|
||||
'version' => '1.0.17',
|
||||
}.freeze
|
||||
|
||||
def setup
|
||||
|
||||
@@ -49,7 +49,7 @@ end
|
||||
# Swift Package: MPVKit. Restore each graph edge independently so a project
|
||||
# with a surviving package reference cannot silently omit the Runner linkage.
|
||||
pkg_url = 'https://github.com/edde746/MPVKit'
|
||||
pkg_version = '1.0.16'
|
||||
pkg_version = '1.0.17'
|
||||
pkg = project.root_object.package_references.find do |candidate|
|
||||
candidate.repositoryURL == pkg_url rescue false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user