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:
Iva Horn 2025-08-15 17:40:20 +02:00
parent 5854adc31e
commit 55425ff892
2 changed files with 3 additions and 3 deletions

View File

@ -1649,7 +1649,7 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/nextcloud/NextcloudFileProviderKit.git";
requirement = {
branch = "stable-3.0";
branch = main;
kind = branch;
};
};

View File

@ -24,8 +24,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/nextcloud/NextcloudFileProviderKit.git",
"state" : {
"branch" : "stable-3.0",
"revision" : "4cd885de71516baa6bfb637a5a99fc2b0490e4e4"
"branch" : "main",
"revision" : "d6cdbc84924bde5eb9d07ce4f6c55b33f82560bc"
}
},
{