mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
fix: Updated NextcloudFileProviderKit reference.
- The master branch of the desktop client should always refer to the main branch of the package, so latest changes are available. - Stable desktop client branches then should refer to tags based on semantic versioning or release branches in the package specific for the desktop client version. Signed-off-by: Iva Horn <iva.horn@icloud.com>
This commit is contained in:
parent
5854adc31e
commit
55425ff892
@ -1649,7 +1649,7 @@
|
||||
isa = XCRemoteSwiftPackageReference;
|
||||
repositoryURL = "https://github.com/nextcloud/NextcloudFileProviderKit.git";
|
||||
requirement = {
|
||||
branch = "stable-3.0";
|
||||
branch = main;
|
||||
kind = branch;
|
||||
};
|
||||
};
|
||||
|
||||
@ -24,8 +24,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/nextcloud/NextcloudFileProviderKit.git",
|
||||
"state" : {
|
||||
"branch" : "stable-3.0",
|
||||
"revision" : "4cd885de71516baa6bfb637a5a99fc2b0490e4e4"
|
||||
"branch" : "main",
|
||||
"revision" : "d6cdbc84924bde5eb9d07ce4f6c55b33f82560bc"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user