Skip to content

Commit

Permalink
Remove Realm from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
p-x9 committed May 1, 2024
1 parent 1b2dd19 commit 80f6c34
Showing 1 changed file with 0 additions and 2 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

0 comments on commit 80f6c34

Please sign in to comment.