build(apple): bump MPVKit to 1.0.13
This commit is contained in:
@@ -802,7 +802,7 @@
|
||||
repositoryURL = "https://github.com/edde746/MPVKit";
|
||||
requirement = {
|
||||
kind = exactVersion;
|
||||
version = 1.0.12;
|
||||
version = 1.0.13;
|
||||
};
|
||||
};
|
||||
/* End XCRemoteSwiftPackageReference section */
|
||||
|
||||
@@ -40,8 +40,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/edde746/MPVKit",
|
||||
"state" : {
|
||||
"revision" : "a453d675493a8abe26dc90f9dc484bc582628358",
|
||||
"version" : "1.0.12"
|
||||
"revision" : "93101dc1d0903c48fa3054652805acacbb75e856",
|
||||
"version" : "1.0.13"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -40,8 +40,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/edde746/MPVKit",
|
||||
"state" : {
|
||||
"revision" : "a453d675493a8abe26dc90f9dc484bc582628358",
|
||||
"version" : "1.0.12"
|
||||
"revision" : "93101dc1d0903c48fa3054652805acacbb75e856",
|
||||
"version" : "1.0.13"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -891,7 +891,7 @@
|
||||
repositoryURL = "https://github.com/edde746/MPVKit";
|
||||
requirement = {
|
||||
kind = exactVersion;
|
||||
version = 1.0.12;
|
||||
version = 1.0.13;
|
||||
};
|
||||
};
|
||||
/* End XCRemoteSwiftPackageReference section */
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/edde746/MPVKit",
|
||||
"state" : {
|
||||
"revision" : "a453d675493a8abe26dc90f9dc484bc582628358",
|
||||
"version" : "1.0.12"
|
||||
"revision" : "93101dc1d0903c48fa3054652805acacbb75e856",
|
||||
"version" : "1.0.13"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/edde746/MPVKit",
|
||||
"state" : {
|
||||
"revision" : "a453d675493a8abe26dc90f9dc484bc582628358",
|
||||
"version" : "1.0.12"
|
||||
"revision" : "93101dc1d0903c48fa3054652805acacbb75e856",
|
||||
"version" : "1.0.13"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -948,7 +948,7 @@
|
||||
repositoryURL = "https://github.com/edde746/MPVKit";
|
||||
requirement = {
|
||||
kind = exactVersion;
|
||||
version = 1.0.12;
|
||||
version = 1.0.13;
|
||||
};
|
||||
};
|
||||
/* End XCRemoteSwiftPackageReference section */
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/edde746/MPVKit",
|
||||
"state" : {
|
||||
"revision" : "a453d675493a8abe26dc90f9dc484bc582628358",
|
||||
"version" : "1.0.12"
|
||||
"revision" : "93101dc1d0903c48fa3054652805acacbb75e856",
|
||||
"version" : "1.0.13"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/edde746/MPVKit",
|
||||
"state" : {
|
||||
"revision" : "a453d675493a8abe26dc90f9dc484bc582628358",
|
||||
"version" : "1.0.12"
|
||||
"revision" : "93101dc1d0903c48fa3054652805acacbb75e856",
|
||||
"version" : "1.0.13"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -42,7 +42,7 @@ end
|
||||
|
||||
# Swift Package: MPVKit.
|
||||
pkg_url = 'https://github.com/edde746/MPVKit'
|
||||
pkg_version = '1.0.11'
|
||||
pkg_version = '1.0.13'
|
||||
existing_pkg = project.root_object.package_references.find do |p|
|
||||
p.repositoryURL == pkg_url rescue false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user