Skip to content

Commit

Permalink
Removed Realm library and kept RealmSwift
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisgerard authored and JoeMatt committed May 7, 2024
1 parent 08810de commit 5043a7c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 48 deletions.
2 changes: 0 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ let package = Package(name: "RxRealm",
.target(name: "RxRealm",
dependencies: [
.product(name: "RxSwift", package: "RxSwift"),
.product(name: "Realm", package: "Realm"),
.product(name: "RealmSwift", package: "Realm"),
.product(name: "RxCocoa", package: "RxSwift")
],
Expand All @@ -35,7 +34,6 @@ let package = Package(name: "RxRealm",
.byName(name: "RxRealm"),
.product(name: "RxSwift", package: "RxSwift"),
.product(name: "RxBlocking", package: "RxSwift"),
.product(name: "Realm", package: "Realm"),
.product(name: "RealmSwift", package: "Realm"),
.product(name: "RxCocoa", package: "RxSwift")
])
Expand Down
Loading

0 comments on commit 5043a7c

Please sign in to comment.