From 55425ff89264c9e4aea3a7db3f620bfee81570ab Mon Sep 17 00:00:00 2001 From: Iva Horn Date: Fri, 15 Aug 2025 17:40:20 +0200 Subject: [PATCH] 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 --- .../NextcloudIntegration.xcodeproj/project.pbxproj | 2 +- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.pbxproj b/shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.pbxproj index a5ce1eab9e..57f5a326cf 100644 --- a/shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.pbxproj +++ b/shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.pbxproj @@ -1649,7 +1649,7 @@ isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/nextcloud/NextcloudFileProviderKit.git"; requirement = { - branch = "stable-3.0"; + branch = main; kind = branch; }; }; diff --git a/shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index af8bc74299..040766b76a 100644 --- a/shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -24,8 +24,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/nextcloud/NextcloudFileProviderKit.git", "state" : { - "branch" : "stable-3.0", - "revision" : "4cd885de71516baa6bfb637a5a99fc2b0490e4e4" + "branch" : "main", + "revision" : "d6cdbc84924bde5eb9d07ce4f6c55b33f82560bc" } }, {