Skip to content

Commit 7d544b8

Browse files
committed
Fix realm dependency
1 parent 2915136 commit 7d544b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Zotero.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6975,10 +6975,10 @@
69756975
};
69766976
B35C9C042642A0BC0004C47E /* XCRemoteSwiftPackageReference "realm-swift" */ = {
69776977
isa = XCRemoteSwiftPackageReference;
6978-
repositoryURL = "https://github.com/michalrentka/realm-swift";
6978+
repositoryURL = "https://github.com/realm/realm-swift";
69796979
requirement = {
6980-
branch = xcode26_fix;
6981-
kind = branch;
6980+
kind = exactVersion;
6981+
version = 10.54.4;
69826982
};
69836983
};
69846984
B35E4B8B25248B3C000EA134 /* XCRemoteSwiftPackageReference "RxSwift" */ = {

0 commit comments

Comments
 (0)