Skip to content

Commit 6cc1ce6

Browse files
authored
Merge pull request #9706 from nextcloud/i2h3/fix/xcode-26.4
Fix build with Xcode 26.4
2 parents d4524c4 + e488453 commit 6cc1ce6

File tree

3 files changed

+21
-21
lines changed
  • Nextcloud Desktop Client.xcworkspace/xcshareddata/swiftpm
  • shell_integration/MacOSX
    • NextcloudFileProviderKit
    • NextcloudIntegration/NextcloudIntegration.xcodeproj/project.xcworkspace/xcshareddata/swiftpm

3 files changed

+21
-21
lines changed

Nextcloud Desktop Client.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shell_integration/MacOSX/NextcloudFileProviderKit/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
.package(url: "https://github.com/nextcloud/NextcloudCapabilitiesKit.git", from: "2.5.0"),
2222
.package(url: "https://github.com/nextcloud/NextcloudKit", from: "7.2.3"),
2323
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.55.0"),
24-
.package(url: "https://github.com/realm/realm-swift.git", from: "20.0.1"),
24+
.package(url: "https://github.com/realm/realm-swift.git", from: "20.0.4"),
2525
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0")
2626
],
2727
targets: [

shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)